<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="RELAT%C3%93RIO%20D_arquivos/estilo.css">
<link rel="stylesheet" href="RELAT%C3%93RIO%20D_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="RELAT%C3%93RIO%20D_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="RELAT%C3%93RIO%20D_arquivos/jquery.js" type="text/javascript"></script>
<script src="RELAT%C3%93RIO%20D_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="RELAT%C3%93RIO%20D_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="RELAT%C3%93RIO%20D_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | D - 1 Perodo - 07/05/2012 - 13/08/2012</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="1" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="44" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96446" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="1 Perodo - 07/05/2012 - 13/08/2012" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;2599016&nbsp;ADRIA CARMOSINA FERREIRA DA SILVA LIMA
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="2599016" type="hidden"></td>
            
            <td id="colunaNotaAluno_2599016_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_154" id="ci_AlunoAvaliacao_2599016_154" value="78720645" type="hidden">
                <input name="nr_Nota_2599016_154" id="nr_Nota_2599016_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_160" id="ci_AlunoAvaliacao_2599016_160" value="78720189" type="hidden">
                <input name="nr_Nota_2599016_160" id="nr_Nota_2599016_160" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_530" id="ci_AlunoAvaliacao_2599016_530" value="78722349" type="hidden">
                <input name="nr_Nota_2599016_530" id="nr_Nota_2599016_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_780" id="ci_AlunoAvaliacao_2599016_780" value="79310360" type="hidden">
                <input name="nr_Nota_2599016_780" id="nr_Nota_2599016_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_800" id="ci_AlunoAvaliacao_2599016_800" value="78719191" type="hidden">
                <input name="nr_Nota_2599016_800" id="nr_Nota_2599016_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_890" id="ci_AlunoAvaliacao_2599016_890" value="78721451" type="hidden">
                <input name="nr_Nota_2599016_890" id="nr_Nota_2599016_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_970" id="ci_AlunoAvaliacao_2599016_970" value="78718876" type="hidden">
                <input name="nr_Nota_2599016_970" id="nr_Nota_2599016_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_3330" id="ci_AlunoAvaliacao_2599016_3330" value="78722163" type="hidden">
                <input name="nr_Nota_2599016_3330" id="nr_Nota_2599016_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1130" id="ci_AlunoAvaliacao_2599016_1130" value="78721056" type="hidden">
                <input name="nr_Nota_2599016_1130" id="nr_Nota_2599016_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1140" id="ci_AlunoAvaliacao_2599016_1140" value="78719663" type="hidden">
                <input name="nr_Nota_2599016_1140" id="nr_Nota_2599016_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1200" id="ci_AlunoAvaliacao_2599016_1200" value="77354225" type="hidden">
                <input name="nr_Nota_2599016_1200" id="nr_Nota_2599016_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1620" id="ci_AlunoAvaliacao_2599016_1620" value="79776575" type="hidden">
                <input name="nr_Nota_2599016_1620" id="nr_Nota_2599016_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1730" id="ci_AlunoAvaliacao_2599016_1730" value="77687780" type="hidden">
                <input name="nr_Nota_2599016_1730" id="nr_Nota_2599016_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1228092&nbsp;AMANDA ELLEN DUARTE CARIOLIANO DA SILVA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="1228092" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228092_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_154" id="ci_AlunoAvaliacao_1228092_154" value="78720646" type="hidden">
                <input name="nr_Nota_1228092_154" id="nr_Nota_1228092_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_160" id="ci_AlunoAvaliacao_1228092_160" value="78720190" type="hidden">
                <input name="nr_Nota_1228092_160" id="nr_Nota_1228092_160" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_530" id="ci_AlunoAvaliacao_1228092_530" value="78722350" type="hidden">
                <input name="nr_Nota_1228092_530" id="nr_Nota_1228092_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_780" id="ci_AlunoAvaliacao_1228092_780" value="79310361" type="hidden">
                <input name="nr_Nota_1228092_780" id="nr_Nota_1228092_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_800" id="ci_AlunoAvaliacao_1228092_800" value="78719192" type="hidden">
                <input name="nr_Nota_1228092_800" id="nr_Nota_1228092_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_890" id="ci_AlunoAvaliacao_1228092_890" value="78721452" type="hidden">
                <input name="nr_Nota_1228092_890" id="nr_Nota_1228092_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_970" id="ci_AlunoAvaliacao_1228092_970" value="78718877" type="hidden">
                <input name="nr_Nota_1228092_970" id="nr_Nota_1228092_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_3330" id="ci_AlunoAvaliacao_1228092_3330" value="78722164" type="hidden">
                <input name="nr_Nota_1228092_3330" id="nr_Nota_1228092_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1130" id="ci_AlunoAvaliacao_1228092_1130" value="78721057" type="hidden">
                <input name="nr_Nota_1228092_1130" id="nr_Nota_1228092_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1140" id="ci_AlunoAvaliacao_1228092_1140" value="78719664" type="hidden">
                <input name="nr_Nota_1228092_1140" id="nr_Nota_1228092_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1200" id="ci_AlunoAvaliacao_1228092_1200" value="77354226" type="hidden">
                <input name="nr_Nota_1228092_1200" id="nr_Nota_1228092_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1620" id="ci_AlunoAvaliacao_1228092_1620" value="79776576" type="hidden">
                <input name="nr_Nota_1228092_1620" id="nr_Nota_1228092_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1730" id="ci_AlunoAvaliacao_1228092_1730" value="77687781" type="hidden">
                <input name="nr_Nota_1228092_1730" id="nr_Nota_1228092_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;90227&nbsp;AMANDA SOUSA DE BRITO
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="90227" type="hidden"></td>
            
            <td id="colunaNotaAluno_90227_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_154" id="ci_AlunoAvaliacao_90227_154" value="78720647" type="hidden">
                <input name="nr_Nota_90227_154" id="nr_Nota_90227_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_160" id="ci_AlunoAvaliacao_90227_160" value="78720191" type="hidden">
                <input name="nr_Nota_90227_160" id="nr_Nota_90227_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_530" id="ci_AlunoAvaliacao_90227_530" value="78722351" type="hidden">
                <input name="nr_Nota_90227_530" id="nr_Nota_90227_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_780" id="ci_AlunoAvaliacao_90227_780" value="79310362" type="hidden">
                <input name="nr_Nota_90227_780" id="nr_Nota_90227_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_800" id="ci_AlunoAvaliacao_90227_800" value="78719193" type="hidden">
                <input name="nr_Nota_90227_800" id="nr_Nota_90227_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_890" id="ci_AlunoAvaliacao_90227_890" value="78721453" type="hidden">
                <input name="nr_Nota_90227_890" id="nr_Nota_90227_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_970" id="ci_AlunoAvaliacao_90227_970" value="78718878" type="hidden">
                <input name="nr_Nota_90227_970" id="nr_Nota_90227_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_3330" id="ci_AlunoAvaliacao_90227_3330" value="78722165" type="hidden">
                <input name="nr_Nota_90227_3330" id="nr_Nota_90227_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1130" id="ci_AlunoAvaliacao_90227_1130" value="78721058" type="hidden">
                <input name="nr_Nota_90227_1130" id="nr_Nota_90227_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1140" id="ci_AlunoAvaliacao_90227_1140" value="78719665" type="hidden">
                <input name="nr_Nota_90227_1140" id="nr_Nota_90227_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1200" id="ci_AlunoAvaliacao_90227_1200" value="77354228" type="hidden">
                <input name="nr_Nota_90227_1200" id="nr_Nota_90227_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1620" id="ci_AlunoAvaliacao_90227_1620" value="79776577" type="hidden">
                <input name="nr_Nota_90227_1620" id="nr_Nota_90227_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1730" id="ci_AlunoAvaliacao_90227_1730" value="77687782" type="hidden">
                <input name="nr_Nota_90227_1730" id="nr_Nota_90227_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;889308&nbsp;ANA CAROLINA ALVES LIMA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="889308" type="hidden"></td>
            
            <td id="colunaNotaAluno_889308_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_154" id="ci_AlunoAvaliacao_889308_154" value="78720648" type="hidden">
                <input name="nr_Nota_889308_154" id="nr_Nota_889308_154" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_160" id="ci_AlunoAvaliacao_889308_160" value="78720192" type="hidden">
                <input name="nr_Nota_889308_160" id="nr_Nota_889308_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_530" id="ci_AlunoAvaliacao_889308_530" value="78722352" type="hidden">
                <input name="nr_Nota_889308_530" id="nr_Nota_889308_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_780" id="ci_AlunoAvaliacao_889308_780" value="79310363" type="hidden">
                <input name="nr_Nota_889308_780" id="nr_Nota_889308_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_800" id="ci_AlunoAvaliacao_889308_800" value="78719194" type="hidden">
                <input name="nr_Nota_889308_800" id="nr_Nota_889308_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_890" id="ci_AlunoAvaliacao_889308_890" value="78721454" type="hidden">
                <input name="nr_Nota_889308_890" id="nr_Nota_889308_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_970" id="ci_AlunoAvaliacao_889308_970" value="78718879" type="hidden">
                <input name="nr_Nota_889308_970" id="nr_Nota_889308_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_3330" id="ci_AlunoAvaliacao_889308_3330" value="78722166" type="hidden">
                <input name="nr_Nota_889308_3330" id="nr_Nota_889308_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1130" id="ci_AlunoAvaliacao_889308_1130" value="78721059" type="hidden">
                <input name="nr_Nota_889308_1130" id="nr_Nota_889308_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1140" id="ci_AlunoAvaliacao_889308_1140" value="78719666" type="hidden">
                <input name="nr_Nota_889308_1140" id="nr_Nota_889308_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1200" id="ci_AlunoAvaliacao_889308_1200" value="77354229" type="hidden">
                <input name="nr_Nota_889308_1200" id="nr_Nota_889308_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1620" id="ci_AlunoAvaliacao_889308_1620" value="79776578" type="hidden">
                <input name="nr_Nota_889308_1620" id="nr_Nota_889308_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1730" id="ci_AlunoAvaliacao_889308_1730" value="77687783" type="hidden">
                <input name="nr_Nota_889308_1730" id="nr_Nota_889308_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201429&nbsp;ANA KAROLINA MOTA CAVALCANTE
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1201429" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201429_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_154" id="ci_AlunoAvaliacao_1201429_154" value="78720649" type="hidden">
                <input name="nr_Nota_1201429_154" id="nr_Nota_1201429_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_160" id="ci_AlunoAvaliacao_1201429_160" value="78720193" type="hidden">
                <input name="nr_Nota_1201429_160" id="nr_Nota_1201429_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_530" id="ci_AlunoAvaliacao_1201429_530" value="78722353" type="hidden">
                <input name="nr_Nota_1201429_530" id="nr_Nota_1201429_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_780" id="ci_AlunoAvaliacao_1201429_780" value="79310364" type="hidden">
                <input name="nr_Nota_1201429_780" id="nr_Nota_1201429_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_800" id="ci_AlunoAvaliacao_1201429_800" value="78719195" type="hidden">
                <input name="nr_Nota_1201429_800" id="nr_Nota_1201429_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_890" id="ci_AlunoAvaliacao_1201429_890" value="78721455" type="hidden">
                <input name="nr_Nota_1201429_890" id="nr_Nota_1201429_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_970" id="ci_AlunoAvaliacao_1201429_970" value="78718880" type="hidden">
                <input name="nr_Nota_1201429_970" id="nr_Nota_1201429_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_3330" id="ci_AlunoAvaliacao_1201429_3330" value="78722167" type="hidden">
                <input name="nr_Nota_1201429_3330" id="nr_Nota_1201429_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1130" id="ci_AlunoAvaliacao_1201429_1130" value="78721060" type="hidden">
                <input name="nr_Nota_1201429_1130" id="nr_Nota_1201429_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1140" id="ci_AlunoAvaliacao_1201429_1140" value="78719667" type="hidden">
                <input name="nr_Nota_1201429_1140" id="nr_Nota_1201429_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1200" id="ci_AlunoAvaliacao_1201429_1200" value="77354230" type="hidden">
                <input name="nr_Nota_1201429_1200" id="nr_Nota_1201429_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1620" id="ci_AlunoAvaliacao_1201429_1620" value="79776579" type="hidden">
                <input name="nr_Nota_1201429_1620" id="nr_Nota_1201429_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1730" id="ci_AlunoAvaliacao_1201429_1730" value="77687784" type="hidden">
                <input name="nr_Nota_1201429_1730" id="nr_Nota_1201429_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;482518&nbsp;ANA PAULA MOURA COSTA
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="482518" type="hidden"></td>
            
            <td id="colunaNotaAluno_482518_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_154" id="ci_AlunoAvaliacao_482518_154" value="78720650" type="hidden">
                <input name="nr_Nota_482518_154" id="nr_Nota_482518_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_160" id="ci_AlunoAvaliacao_482518_160" value="78720194" type="hidden">
                <input name="nr_Nota_482518_160" id="nr_Nota_482518_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_530" id="ci_AlunoAvaliacao_482518_530" value="78722354" type="hidden">
                <input name="nr_Nota_482518_530" id="nr_Nota_482518_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_780" id="ci_AlunoAvaliacao_482518_780" value="79310365" type="hidden">
                <input name="nr_Nota_482518_780" id="nr_Nota_482518_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_800" id="ci_AlunoAvaliacao_482518_800" value="78719196" type="hidden">
                <input name="nr_Nota_482518_800" id="nr_Nota_482518_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_890" id="ci_AlunoAvaliacao_482518_890" value="78721456" type="hidden">
                <input name="nr_Nota_482518_890" id="nr_Nota_482518_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_970" id="ci_AlunoAvaliacao_482518_970" value="78718881" type="hidden">
                <input name="nr_Nota_482518_970" id="nr_Nota_482518_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_3330" id="ci_AlunoAvaliacao_482518_3330" value="78722168" type="hidden">
                <input name="nr_Nota_482518_3330" id="nr_Nota_482518_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1130" id="ci_AlunoAvaliacao_482518_1130" value="78721061" type="hidden">
                <input name="nr_Nota_482518_1130" id="nr_Nota_482518_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1140" id="ci_AlunoAvaliacao_482518_1140" value="78719668" type="hidden">
                <input name="nr_Nota_482518_1140" id="nr_Nota_482518_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1200" id="ci_AlunoAvaliacao_482518_1200" value="77354234" type="hidden">
                <input name="nr_Nota_482518_1200" id="nr_Nota_482518_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1620" id="ci_AlunoAvaliacao_482518_1620" value="79776580" type="hidden">
                <input name="nr_Nota_482518_1620" id="nr_Nota_482518_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1730" id="ci_AlunoAvaliacao_482518_1730" value="77687785" type="hidden">
                <input name="nr_Nota_482518_1730" id="nr_Nota_482518_1730" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;699963&nbsp;ANDREZA ALBUQUERQUE DE SOUSA
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="699963" type="hidden"></td>
            
            <td id="colunaNotaAluno_699963_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_154" id="ci_AlunoAvaliacao_699963_154" value="78720651" type="hidden">
                <input name="nr_Nota_699963_154" id="nr_Nota_699963_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_160" id="ci_AlunoAvaliacao_699963_160" value="78720195" type="hidden">
                <input name="nr_Nota_699963_160" id="nr_Nota_699963_160" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_530" id="ci_AlunoAvaliacao_699963_530" value="78722355" type="hidden">
                <input name="nr_Nota_699963_530" id="nr_Nota_699963_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_780" id="ci_AlunoAvaliacao_699963_780" value="79310366" type="hidden">
                <input name="nr_Nota_699963_780" id="nr_Nota_699963_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_800" id="ci_AlunoAvaliacao_699963_800" value="78719197" type="hidden">
                <input name="nr_Nota_699963_800" id="nr_Nota_699963_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_890" id="ci_AlunoAvaliacao_699963_890" value="78721457" type="hidden">
                <input name="nr_Nota_699963_890" id="nr_Nota_699963_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_970" id="ci_AlunoAvaliacao_699963_970" value="78718882" type="hidden">
                <input name="nr_Nota_699963_970" id="nr_Nota_699963_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_3330" id="ci_AlunoAvaliacao_699963_3330" value="78722169" type="hidden">
                <input name="nr_Nota_699963_3330" id="nr_Nota_699963_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1130" id="ci_AlunoAvaliacao_699963_1130" value="78721062" type="hidden">
                <input name="nr_Nota_699963_1130" id="nr_Nota_699963_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1140" id="ci_AlunoAvaliacao_699963_1140" value="78719669" type="hidden">
                <input name="nr_Nota_699963_1140" id="nr_Nota_699963_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1200" id="ci_AlunoAvaliacao_699963_1200" value="77354239" type="hidden">
                <input name="nr_Nota_699963_1200" id="nr_Nota_699963_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1620" id="ci_AlunoAvaliacao_699963_1620" value="79776581" type="hidden">
                <input name="nr_Nota_699963_1620" id="nr_Nota_699963_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1730" id="ci_AlunoAvaliacao_699963_1730" value="77687786" type="hidden">
                <input name="nr_Nota_699963_1730" id="nr_Nota_699963_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;495946&nbsp;ANTONIO ANDRE GOMES
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="495946" type="hidden"></td>
            
            <td id="colunaNotaAluno_495946_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_154" id="ci_AlunoAvaliacao_495946_154" value="78720652" type="hidden">
                <input name="nr_Nota_495946_154" id="nr_Nota_495946_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_160" id="ci_AlunoAvaliacao_495946_160" value="78720196" type="hidden">
                <input name="nr_Nota_495946_160" id="nr_Nota_495946_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_530" id="ci_AlunoAvaliacao_495946_530" value="78722356" type="hidden">
                <input name="nr_Nota_495946_530" id="nr_Nota_495946_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_780" id="ci_AlunoAvaliacao_495946_780" value="79310367" type="hidden">
                <input name="nr_Nota_495946_780" id="nr_Nota_495946_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_800" id="ci_AlunoAvaliacao_495946_800" value="78719198" type="hidden">
                <input name="nr_Nota_495946_800" id="nr_Nota_495946_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_890" id="ci_AlunoAvaliacao_495946_890" value="78721458" type="hidden">
                <input name="nr_Nota_495946_890" id="nr_Nota_495946_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_970" id="ci_AlunoAvaliacao_495946_970" value="78718883" type="hidden">
                <input name="nr_Nota_495946_970" id="nr_Nota_495946_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_3330" id="ci_AlunoAvaliacao_495946_3330" value="78722170" type="hidden">
                <input name="nr_Nota_495946_3330" id="nr_Nota_495946_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1130" id="ci_AlunoAvaliacao_495946_1130" value="78721063" type="hidden">
                <input name="nr_Nota_495946_1130" id="nr_Nota_495946_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1140" id="ci_AlunoAvaliacao_495946_1140" value="78719670" type="hidden">
                <input name="nr_Nota_495946_1140" id="nr_Nota_495946_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1200" id="ci_AlunoAvaliacao_495946_1200" value="77354241" type="hidden">
                <input name="nr_Nota_495946_1200" id="nr_Nota_495946_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1620" id="ci_AlunoAvaliacao_495946_1620" value="79776582" type="hidden">
                <input name="nr_Nota_495946_1620" id="nr_Nota_495946_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1730" id="ci_AlunoAvaliacao_495946_1730" value="77687787" type="hidden">
                <input name="nr_Nota_495946_1730" id="nr_Nota_495946_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1296421&nbsp;ATILA DE ROSA VICENTE
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="1296421" type="hidden"></td>
            
            <td id="colunaNotaAluno_1296421_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_154" id="ci_AlunoAvaliacao_1296421_154" value="78720653" type="hidden">
                <input name="nr_Nota_1296421_154" id="nr_Nota_1296421_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_160" id="ci_AlunoAvaliacao_1296421_160" value="78720197" type="hidden">
                <input name="nr_Nota_1296421_160" id="nr_Nota_1296421_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_530" id="ci_AlunoAvaliacao_1296421_530" value="78722357" type="hidden">
                <input name="nr_Nota_1296421_530" id="nr_Nota_1296421_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_780" id="ci_AlunoAvaliacao_1296421_780" value="79310368" type="hidden">
                <input name="nr_Nota_1296421_780" id="nr_Nota_1296421_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_800" id="ci_AlunoAvaliacao_1296421_800" value="78719199" type="hidden">
                <input name="nr_Nota_1296421_800" id="nr_Nota_1296421_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_890" id="ci_AlunoAvaliacao_1296421_890" value="78721459" type="hidden">
                <input name="nr_Nota_1296421_890" id="nr_Nota_1296421_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_970" id="ci_AlunoAvaliacao_1296421_970" value="78718884" type="hidden">
                <input name="nr_Nota_1296421_970" id="nr_Nota_1296421_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_3330" id="ci_AlunoAvaliacao_1296421_3330" value="78722171" type="hidden">
                <input name="nr_Nota_1296421_3330" id="nr_Nota_1296421_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1130" id="ci_AlunoAvaliacao_1296421_1130" value="78721064" type="hidden">
                <input name="nr_Nota_1296421_1130" id="nr_Nota_1296421_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1140" id="ci_AlunoAvaliacao_1296421_1140" value="78719671" type="hidden">
                <input name="nr_Nota_1296421_1140" id="nr_Nota_1296421_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1200" id="ci_AlunoAvaliacao_1296421_1200" value="77354244" type="hidden">
                <input name="nr_Nota_1296421_1200" id="nr_Nota_1296421_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1620" id="ci_AlunoAvaliacao_1296421_1620" value="79776583" type="hidden">
                <input name="nr_Nota_1296421_1620" id="nr_Nota_1296421_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1730" id="ci_AlunoAvaliacao_1296421_1730" value="77687788" type="hidden">
                <input name="nr_Nota_1296421_1730" id="nr_Nota_1296421_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167654&nbsp;BRUNA KEZIA PEREIRA LOPES DE MORAES
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1167654" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167654_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_154" id="ci_AlunoAvaliacao_1167654_154" value="78720654" type="hidden">
                <input name="nr_Nota_1167654_154" id="nr_Nota_1167654_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_160" id="ci_AlunoAvaliacao_1167654_160" value="78720198" type="hidden">
                <input name="nr_Nota_1167654_160" id="nr_Nota_1167654_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_530" id="ci_AlunoAvaliacao_1167654_530" value="78722358" type="hidden">
                <input name="nr_Nota_1167654_530" id="nr_Nota_1167654_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_780" id="ci_AlunoAvaliacao_1167654_780" value="79310369" type="hidden">
                <input name="nr_Nota_1167654_780" id="nr_Nota_1167654_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_800" id="ci_AlunoAvaliacao_1167654_800" value="78719200" type="hidden">
                <input name="nr_Nota_1167654_800" id="nr_Nota_1167654_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_890" id="ci_AlunoAvaliacao_1167654_890" value="78721460" type="hidden">
                <input name="nr_Nota_1167654_890" id="nr_Nota_1167654_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_970" id="ci_AlunoAvaliacao_1167654_970" value="78718885" type="hidden">
                <input name="nr_Nota_1167654_970" id="nr_Nota_1167654_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_3330" id="ci_AlunoAvaliacao_1167654_3330" value="78722172" type="hidden">
                <input name="nr_Nota_1167654_3330" id="nr_Nota_1167654_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1130" id="ci_AlunoAvaliacao_1167654_1130" value="78721065" type="hidden">
                <input name="nr_Nota_1167654_1130" id="nr_Nota_1167654_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1140" id="ci_AlunoAvaliacao_1167654_1140" value="78719672" type="hidden">
                <input name="nr_Nota_1167654_1140" id="nr_Nota_1167654_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1200" id="ci_AlunoAvaliacao_1167654_1200" value="77354247" type="hidden">
                <input name="nr_Nota_1167654_1200" id="nr_Nota_1167654_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1620" id="ci_AlunoAvaliacao_1167654_1620" value="79776584" type="hidden">
                <input name="nr_Nota_1167654_1620" id="nr_Nota_1167654_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1730" id="ci_AlunoAvaliacao_1167654_1730" value="77687789" type="hidden">
                <input name="nr_Nota_1167654_1730" id="nr_Nota_1167654_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;380067&nbsp;DARLYANE NOGUEIRA DO NASCIMENTO
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="380067" type="hidden"></td>
            
            <td id="colunaNotaAluno_380067_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_154" id="ci_AlunoAvaliacao_380067_154" value="78720655" type="hidden">
                <input name="nr_Nota_380067_154" id="nr_Nota_380067_154" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_160" id="ci_AlunoAvaliacao_380067_160" value="78720199" type="hidden">
                <input name="nr_Nota_380067_160" id="nr_Nota_380067_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_530" id="ci_AlunoAvaliacao_380067_530" value="78722359" type="hidden">
                <input name="nr_Nota_380067_530" id="nr_Nota_380067_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_780" id="ci_AlunoAvaliacao_380067_780" value="79310370" type="hidden">
                <input name="nr_Nota_380067_780" id="nr_Nota_380067_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_800" id="ci_AlunoAvaliacao_380067_800" value="78719201" type="hidden">
                <input name="nr_Nota_380067_800" id="nr_Nota_380067_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_890" id="ci_AlunoAvaliacao_380067_890" value="78721461" type="hidden">
                <input name="nr_Nota_380067_890" id="nr_Nota_380067_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_970" id="ci_AlunoAvaliacao_380067_970" value="78718886" type="hidden">
                <input name="nr_Nota_380067_970" id="nr_Nota_380067_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_3330" id="ci_AlunoAvaliacao_380067_3330" value="78722173" type="hidden">
                <input name="nr_Nota_380067_3330" id="nr_Nota_380067_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1130" id="ci_AlunoAvaliacao_380067_1130" value="78721066" type="hidden">
                <input name="nr_Nota_380067_1130" id="nr_Nota_380067_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1140" id="ci_AlunoAvaliacao_380067_1140" value="78719673" type="hidden">
                <input name="nr_Nota_380067_1140" id="nr_Nota_380067_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1200" id="ci_AlunoAvaliacao_380067_1200" value="77354249" type="hidden">
                <input name="nr_Nota_380067_1200" id="nr_Nota_380067_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1620" id="ci_AlunoAvaliacao_380067_1620" value="79776585" type="hidden">
                <input name="nr_Nota_380067_1620" id="nr_Nota_380067_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1730" id="ci_AlunoAvaliacao_380067_1730" value="77687790" type="hidden">
                <input name="nr_Nota_380067_1730" id="nr_Nota_380067_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1477389&nbsp;DEBORAH CRISTINA BASTOS MOITA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="1477389" type="hidden"></td>
            
            <td id="colunaNotaAluno_1477389_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_154" id="ci_AlunoAvaliacao_1477389_154" value="78720656" type="hidden">
                <input name="nr_Nota_1477389_154" id="nr_Nota_1477389_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_160" id="ci_AlunoAvaliacao_1477389_160" value="78720200" type="hidden">
                <input name="nr_Nota_1477389_160" id="nr_Nota_1477389_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_530" id="ci_AlunoAvaliacao_1477389_530" value="78722360" type="hidden">
                <input name="nr_Nota_1477389_530" id="nr_Nota_1477389_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_780" id="ci_AlunoAvaliacao_1477389_780" value="79310371" type="hidden">
                <input name="nr_Nota_1477389_780" id="nr_Nota_1477389_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_800" id="ci_AlunoAvaliacao_1477389_800" value="78719202" type="hidden">
                <input name="nr_Nota_1477389_800" id="nr_Nota_1477389_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_890" id="ci_AlunoAvaliacao_1477389_890" value="78721462" type="hidden">
                <input name="nr_Nota_1477389_890" id="nr_Nota_1477389_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_970" id="ci_AlunoAvaliacao_1477389_970" value="78718887" type="hidden">
                <input name="nr_Nota_1477389_970" id="nr_Nota_1477389_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_3330" id="ci_AlunoAvaliacao_1477389_3330" value="78722174" type="hidden">
                <input name="nr_Nota_1477389_3330" id="nr_Nota_1477389_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1130" id="ci_AlunoAvaliacao_1477389_1130" value="78721067" type="hidden">
                <input name="nr_Nota_1477389_1130" id="nr_Nota_1477389_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1140" id="ci_AlunoAvaliacao_1477389_1140" value="78719674" type="hidden">
                <input name="nr_Nota_1477389_1140" id="nr_Nota_1477389_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1200" id="ci_AlunoAvaliacao_1477389_1200" value="77354252" type="hidden">
                <input name="nr_Nota_1477389_1200" id="nr_Nota_1477389_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1620" id="ci_AlunoAvaliacao_1477389_1620" value="79776586" type="hidden">
                <input name="nr_Nota_1477389_1620" id="nr_Nota_1477389_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1730" id="ci_AlunoAvaliacao_1477389_1730" value="77687791" type="hidden">
                <input name="nr_Nota_1477389_1730" id="nr_Nota_1477389_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;892537&nbsp;DUCILENE SILVA ARAUJO
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="892537" type="hidden"></td>
            
            <td id="colunaNotaAluno_892537_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_154" id="ci_AlunoAvaliacao_892537_154" value="78720657" type="hidden">
                <input name="nr_Nota_892537_154" id="nr_Nota_892537_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_160" id="ci_AlunoAvaliacao_892537_160" value="78720201" type="hidden">
                <input name="nr_Nota_892537_160" id="nr_Nota_892537_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_530" id="ci_AlunoAvaliacao_892537_530" value="78722361" type="hidden">
                <input name="nr_Nota_892537_530" id="nr_Nota_892537_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_780" id="ci_AlunoAvaliacao_892537_780" value="79310372" type="hidden">
                <input name="nr_Nota_892537_780" id="nr_Nota_892537_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_800" id="ci_AlunoAvaliacao_892537_800" value="78719203" type="hidden">
                <input name="nr_Nota_892537_800" id="nr_Nota_892537_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_890" id="ci_AlunoAvaliacao_892537_890" value="78721463" type="hidden">
                <input name="nr_Nota_892537_890" id="nr_Nota_892537_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_970" id="ci_AlunoAvaliacao_892537_970" value="78718888" type="hidden">
                <input name="nr_Nota_892537_970" id="nr_Nota_892537_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_3330" id="ci_AlunoAvaliacao_892537_3330" value="78722175" type="hidden">
                <input name="nr_Nota_892537_3330" id="nr_Nota_892537_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1130" id="ci_AlunoAvaliacao_892537_1130" value="78721068" type="hidden">
                <input name="nr_Nota_892537_1130" id="nr_Nota_892537_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1140" id="ci_AlunoAvaliacao_892537_1140" value="78719675" type="hidden">
                <input name="nr_Nota_892537_1140" id="nr_Nota_892537_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1200" id="ci_AlunoAvaliacao_892537_1200" value="77354258" type="hidden">
                <input name="nr_Nota_892537_1200" id="nr_Nota_892537_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1620" id="ci_AlunoAvaliacao_892537_1620" value="79776587" type="hidden">
                <input name="nr_Nota_892537_1620" id="nr_Nota_892537_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1730" id="ci_AlunoAvaliacao_892537_1730" value="77687792" type="hidden">
                <input name="nr_Nota_892537_1730" id="nr_Nota_892537_1730" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1296019&nbsp;ELAINE ROCHA DE SOUSA
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="1296019" type="hidden"></td>
            
            <td id="colunaNotaAluno_1296019_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_154" id="ci_AlunoAvaliacao_1296019_154" value="78720658" type="hidden">
                <input name="nr_Nota_1296019_154" id="nr_Nota_1296019_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_160" id="ci_AlunoAvaliacao_1296019_160" value="78720202" type="hidden">
                <input name="nr_Nota_1296019_160" id="nr_Nota_1296019_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_530" id="ci_AlunoAvaliacao_1296019_530" value="78722362" type="hidden">
                <input name="nr_Nota_1296019_530" id="nr_Nota_1296019_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_780" id="ci_AlunoAvaliacao_1296019_780" value="79310373" type="hidden">
                <input name="nr_Nota_1296019_780" id="nr_Nota_1296019_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_800" id="ci_AlunoAvaliacao_1296019_800" value="78719204" type="hidden">
                <input name="nr_Nota_1296019_800" id="nr_Nota_1296019_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_890" id="ci_AlunoAvaliacao_1296019_890" value="78721464" type="hidden">
                <input name="nr_Nota_1296019_890" id="nr_Nota_1296019_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_970" id="ci_AlunoAvaliacao_1296019_970" value="78718889" type="hidden">
                <input name="nr_Nota_1296019_970" id="nr_Nota_1296019_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_3330" id="ci_AlunoAvaliacao_1296019_3330" value="78722176" type="hidden">
                <input name="nr_Nota_1296019_3330" id="nr_Nota_1296019_3330" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1130" id="ci_AlunoAvaliacao_1296019_1130" value="78721069" type="hidden">
                <input name="nr_Nota_1296019_1130" id="nr_Nota_1296019_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1140" id="ci_AlunoAvaliacao_1296019_1140" value="78719676" type="hidden">
                <input name="nr_Nota_1296019_1140" id="nr_Nota_1296019_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1200" id="ci_AlunoAvaliacao_1296019_1200" value="77354263" type="hidden">
                <input name="nr_Nota_1296019_1200" id="nr_Nota_1296019_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1620" id="ci_AlunoAvaliacao_1296019_1620" value="79776588" type="hidden">
                <input name="nr_Nota_1296019_1620" id="nr_Nota_1296019_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1730" id="ci_AlunoAvaliacao_1296019_1730" value="77687793" type="hidden">
                <input name="nr_Nota_1296019_1730" id="nr_Nota_1296019_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;620674&nbsp;ELIDIANE DE ALMEIDA OLIVEIRA
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="620674" type="hidden"></td>
            
            <td id="colunaNotaAluno_620674_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_154" id="ci_AlunoAvaliacao_620674_154" value="78720659" type="hidden">
                <input name="nr_Nota_620674_154" id="nr_Nota_620674_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_160" id="ci_AlunoAvaliacao_620674_160" value="78720203" type="hidden">
                <input name="nr_Nota_620674_160" id="nr_Nota_620674_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_530" id="ci_AlunoAvaliacao_620674_530" value="78722363" type="hidden">
                <input name="nr_Nota_620674_530" id="nr_Nota_620674_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_780" id="ci_AlunoAvaliacao_620674_780" value="79310374" type="hidden">
                <input name="nr_Nota_620674_780" id="nr_Nota_620674_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_800" id="ci_AlunoAvaliacao_620674_800" value="78719205" type="hidden">
                <input name="nr_Nota_620674_800" id="nr_Nota_620674_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_890" id="ci_AlunoAvaliacao_620674_890" value="78721465" type="hidden">
                <input name="nr_Nota_620674_890" id="nr_Nota_620674_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_970" id="ci_AlunoAvaliacao_620674_970" value="78718890" type="hidden">
                <input name="nr_Nota_620674_970" id="nr_Nota_620674_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_3330" id="ci_AlunoAvaliacao_620674_3330" value="78722177" type="hidden">
                <input name="nr_Nota_620674_3330" id="nr_Nota_620674_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1130" id="ci_AlunoAvaliacao_620674_1130" value="78721070" type="hidden">
                <input name="nr_Nota_620674_1130" id="nr_Nota_620674_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1140" id="ci_AlunoAvaliacao_620674_1140" value="78719677" type="hidden">
                <input name="nr_Nota_620674_1140" id="nr_Nota_620674_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1200" id="ci_AlunoAvaliacao_620674_1200" value="77354266" type="hidden">
                <input name="nr_Nota_620674_1200" id="nr_Nota_620674_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1620" id="ci_AlunoAvaliacao_620674_1620" value="79776589" type="hidden">
                <input name="nr_Nota_620674_1620" id="nr_Nota_620674_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1730" id="ci_AlunoAvaliacao_620674_1730" value="77687794" type="hidden">
                <input name="nr_Nota_620674_1730" id="nr_Nota_620674_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;550239&nbsp;FRANCISCA FERNANDA GUEDES DA COSTA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="550239" type="hidden"></td>
            
            <td id="colunaNotaAluno_550239_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_154" id="ci_AlunoAvaliacao_550239_154" value="78720660" type="hidden">
                <input name="nr_Nota_550239_154" id="nr_Nota_550239_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_160" id="ci_AlunoAvaliacao_550239_160" value="78720204" type="hidden">
                <input name="nr_Nota_550239_160" id="nr_Nota_550239_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_530" id="ci_AlunoAvaliacao_550239_530" value="78722364" type="hidden">
                <input name="nr_Nota_550239_530" id="nr_Nota_550239_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_780" id="ci_AlunoAvaliacao_550239_780" value="79310375" type="hidden">
                <input name="nr_Nota_550239_780" id="nr_Nota_550239_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_800" id="ci_AlunoAvaliacao_550239_800" value="78719206" type="hidden">
                <input name="nr_Nota_550239_800" id="nr_Nota_550239_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_890" id="ci_AlunoAvaliacao_550239_890" value="78721466" type="hidden">
                <input name="nr_Nota_550239_890" id="nr_Nota_550239_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_970" id="ci_AlunoAvaliacao_550239_970" value="78718891" type="hidden">
                <input name="nr_Nota_550239_970" id="nr_Nota_550239_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_3330" id="ci_AlunoAvaliacao_550239_3330" value="78722178" type="hidden">
                <input name="nr_Nota_550239_3330" id="nr_Nota_550239_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1130" id="ci_AlunoAvaliacao_550239_1130" value="78721071" type="hidden">
                <input name="nr_Nota_550239_1130" id="nr_Nota_550239_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1140" id="ci_AlunoAvaliacao_550239_1140" value="78719678" type="hidden">
                <input name="nr_Nota_550239_1140" id="nr_Nota_550239_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1200" id="ci_AlunoAvaliacao_550239_1200" value="77354268" type="hidden">
                <input name="nr_Nota_550239_1200" id="nr_Nota_550239_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1620" id="ci_AlunoAvaliacao_550239_1620" value="79776590" type="hidden">
                <input name="nr_Nota_550239_1620" id="nr_Nota_550239_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1730" id="ci_AlunoAvaliacao_550239_1730" value="77687795" type="hidden">
                <input name="nr_Nota_550239_1730" id="nr_Nota_550239_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;895571&nbsp;FRANCISCA JESSICA DAMASCENO SA
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="895571" type="hidden"></td>
            
            <td id="colunaNotaAluno_895571_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_154" id="ci_AlunoAvaliacao_895571_154" value="78720661" type="hidden">
                <input name="nr_Nota_895571_154" id="nr_Nota_895571_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_160" id="ci_AlunoAvaliacao_895571_160" value="78720205" type="hidden">
                <input name="nr_Nota_895571_160" id="nr_Nota_895571_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_530" id="ci_AlunoAvaliacao_895571_530" value="78722365" type="hidden">
                <input name="nr_Nota_895571_530" id="nr_Nota_895571_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_780" id="ci_AlunoAvaliacao_895571_780" value="79310376" type="hidden">
                <input name="nr_Nota_895571_780" id="nr_Nota_895571_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_800" id="ci_AlunoAvaliacao_895571_800" value="78719207" type="hidden">
                <input name="nr_Nota_895571_800" id="nr_Nota_895571_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_890" id="ci_AlunoAvaliacao_895571_890" value="78721467" type="hidden">
                <input name="nr_Nota_895571_890" id="nr_Nota_895571_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_970" id="ci_AlunoAvaliacao_895571_970" value="78718892" type="hidden">
                <input name="nr_Nota_895571_970" id="nr_Nota_895571_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_3330" id="ci_AlunoAvaliacao_895571_3330" value="78722179" type="hidden">
                <input name="nr_Nota_895571_3330" id="nr_Nota_895571_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1130" id="ci_AlunoAvaliacao_895571_1130" value="78721072" type="hidden">
                <input name="nr_Nota_895571_1130" id="nr_Nota_895571_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1140" id="ci_AlunoAvaliacao_895571_1140" value="78719679" type="hidden">
                <input name="nr_Nota_895571_1140" id="nr_Nota_895571_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1200" id="ci_AlunoAvaliacao_895571_1200" value="77354270" type="hidden">
                <input name="nr_Nota_895571_1200" id="nr_Nota_895571_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1620" id="ci_AlunoAvaliacao_895571_1620" value="79776591" type="hidden">
                <input name="nr_Nota_895571_1620" id="nr_Nota_895571_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1730" id="ci_AlunoAvaliacao_895571_1730" value="77687796" type="hidden">
                <input name="nr_Nota_895571_1730" id="nr_Nota_895571_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1026600&nbsp;IAN COSTA LAVOR
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1026600" type="hidden"></td>
            
            <td id="colunaNotaAluno_1026600_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_154" id="ci_AlunoAvaliacao_1026600_154" value="78720662" type="hidden">
                <input name="nr_Nota_1026600_154" id="nr_Nota_1026600_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_160" id="ci_AlunoAvaliacao_1026600_160" value="78720206" type="hidden">
                <input name="nr_Nota_1026600_160" id="nr_Nota_1026600_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_530" id="ci_AlunoAvaliacao_1026600_530" value="78722366" type="hidden">
                <input name="nr_Nota_1026600_530" id="nr_Nota_1026600_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_780" id="ci_AlunoAvaliacao_1026600_780" value="79310377" type="hidden">
                <input name="nr_Nota_1026600_780" id="nr_Nota_1026600_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_800" id="ci_AlunoAvaliacao_1026600_800" value="78719208" type="hidden">
                <input name="nr_Nota_1026600_800" id="nr_Nota_1026600_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_890" id="ci_AlunoAvaliacao_1026600_890" value="78721468" type="hidden">
                <input name="nr_Nota_1026600_890" id="nr_Nota_1026600_890" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_970" id="ci_AlunoAvaliacao_1026600_970" value="78718893" type="hidden">
                <input name="nr_Nota_1026600_970" id="nr_Nota_1026600_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_3330" id="ci_AlunoAvaliacao_1026600_3330" value="78722180" type="hidden">
                <input name="nr_Nota_1026600_3330" id="nr_Nota_1026600_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1130" id="ci_AlunoAvaliacao_1026600_1130" value="78721073" type="hidden">
                <input name="nr_Nota_1026600_1130" id="nr_Nota_1026600_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1140" id="ci_AlunoAvaliacao_1026600_1140" value="78719680" type="hidden">
                <input name="nr_Nota_1026600_1140" id="nr_Nota_1026600_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1200" id="ci_AlunoAvaliacao_1026600_1200" value="77354275" type="hidden">
                <input name="nr_Nota_1026600_1200" id="nr_Nota_1026600_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1620" id="ci_AlunoAvaliacao_1026600_1620" value="79776592" type="hidden">
                <input name="nr_Nota_1026600_1620" id="nr_Nota_1026600_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1730" id="ci_AlunoAvaliacao_1026600_1730" value="77687797" type="hidden">
                <input name="nr_Nota_1026600_1730" id="nr_Nota_1026600_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1169805&nbsp;IGOR TEIXEIRA LIMA VERDE
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="1169805" type="hidden"></td>
            
            <td id="colunaNotaAluno_1169805_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_154" id="ci_AlunoAvaliacao_1169805_154" value="78720663" type="hidden">
                <input name="nr_Nota_1169805_154" id="nr_Nota_1169805_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_160" id="ci_AlunoAvaliacao_1169805_160" value="78720207" type="hidden">
                <input name="nr_Nota_1169805_160" id="nr_Nota_1169805_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_530" id="ci_AlunoAvaliacao_1169805_530" value="78722367" type="hidden">
                <input name="nr_Nota_1169805_530" id="nr_Nota_1169805_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_780" id="ci_AlunoAvaliacao_1169805_780" value="79310378" type="hidden">
                <input name="nr_Nota_1169805_780" id="nr_Nota_1169805_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_800" id="ci_AlunoAvaliacao_1169805_800" value="78719209" type="hidden">
                <input name="nr_Nota_1169805_800" id="nr_Nota_1169805_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_890" id="ci_AlunoAvaliacao_1169805_890" value="78721469" type="hidden">
                <input name="nr_Nota_1169805_890" id="nr_Nota_1169805_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_970" id="ci_AlunoAvaliacao_1169805_970" value="78718894" type="hidden">
                <input name="nr_Nota_1169805_970" id="nr_Nota_1169805_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_3330" id="ci_AlunoAvaliacao_1169805_3330" value="78722181" type="hidden">
                <input name="nr_Nota_1169805_3330" id="nr_Nota_1169805_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1130" id="ci_AlunoAvaliacao_1169805_1130" value="78721074" type="hidden">
                <input name="nr_Nota_1169805_1130" id="nr_Nota_1169805_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1140" id="ci_AlunoAvaliacao_1169805_1140" value="78719681" type="hidden">
                <input name="nr_Nota_1169805_1140" id="nr_Nota_1169805_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1200" id="ci_AlunoAvaliacao_1169805_1200" value="77354281" type="hidden">
                <input name="nr_Nota_1169805_1200" id="nr_Nota_1169805_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1620" id="ci_AlunoAvaliacao_1169805_1620" value="79776593" type="hidden">
                <input name="nr_Nota_1169805_1620" id="nr_Nota_1169805_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1730" id="ci_AlunoAvaliacao_1169805_1730" value="77687798" type="hidden">
                <input name="nr_Nota_1169805_1730" id="nr_Nota_1169805_1730" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202039&nbsp;ILANA XAVIER DE MOURA
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="1202039" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202039_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_154" id="ci_AlunoAvaliacao_1202039_154" value="78720664" type="hidden">
                <input name="nr_Nota_1202039_154" id="nr_Nota_1202039_154" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_160" id="ci_AlunoAvaliacao_1202039_160" value="78720208" type="hidden">
                <input name="nr_Nota_1202039_160" id="nr_Nota_1202039_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_530" id="ci_AlunoAvaliacao_1202039_530" value="78722368" type="hidden">
                <input name="nr_Nota_1202039_530" id="nr_Nota_1202039_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_780" id="ci_AlunoAvaliacao_1202039_780" value="79310379" type="hidden">
                <input name="nr_Nota_1202039_780" id="nr_Nota_1202039_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_800" id="ci_AlunoAvaliacao_1202039_800" value="78719210" type="hidden">
                <input name="nr_Nota_1202039_800" id="nr_Nota_1202039_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_890" id="ci_AlunoAvaliacao_1202039_890" value="78721470" type="hidden">
                <input name="nr_Nota_1202039_890" id="nr_Nota_1202039_890" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_970" id="ci_AlunoAvaliacao_1202039_970" value="78718895" type="hidden">
                <input name="nr_Nota_1202039_970" id="nr_Nota_1202039_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_3330" id="ci_AlunoAvaliacao_1202039_3330" value="78722182" type="hidden">
                <input name="nr_Nota_1202039_3330" id="nr_Nota_1202039_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1130" id="ci_AlunoAvaliacao_1202039_1130" value="78721075" type="hidden">
                <input name="nr_Nota_1202039_1130" id="nr_Nota_1202039_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1140" id="ci_AlunoAvaliacao_1202039_1140" value="78719682" type="hidden">
                <input name="nr_Nota_1202039_1140" id="nr_Nota_1202039_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1200" id="ci_AlunoAvaliacao_1202039_1200" value="77354284" type="hidden">
                <input name="nr_Nota_1202039_1200" id="nr_Nota_1202039_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1620" id="ci_AlunoAvaliacao_1202039_1620" value="79776594" type="hidden">
                <input name="nr_Nota_1202039_1620" id="nr_Nota_1202039_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1730" id="ci_AlunoAvaliacao_1202039_1730" value="77687799" type="hidden">
                <input name="nr_Nota_1202039_1730" id="nr_Nota_1202039_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201803&nbsp;INGRID ALVES DE OLIVEIRA DE SOUZA
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1201803" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201803_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_154" id="ci_AlunoAvaliacao_1201803_154" value="78720665" type="hidden">
                <input name="nr_Nota_1201803_154" id="nr_Nota_1201803_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_160" id="ci_AlunoAvaliacao_1201803_160" value="78720209" type="hidden">
                <input name="nr_Nota_1201803_160" id="nr_Nota_1201803_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_530" id="ci_AlunoAvaliacao_1201803_530" value="78722369" type="hidden">
                <input name="nr_Nota_1201803_530" id="nr_Nota_1201803_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_780" id="ci_AlunoAvaliacao_1201803_780" value="79310380" type="hidden">
                <input name="nr_Nota_1201803_780" id="nr_Nota_1201803_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_800" id="ci_AlunoAvaliacao_1201803_800" value="78719211" type="hidden">
                <input name="nr_Nota_1201803_800" id="nr_Nota_1201803_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_890" id="ci_AlunoAvaliacao_1201803_890" value="78721471" type="hidden">
                <input name="nr_Nota_1201803_890" id="nr_Nota_1201803_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_970" id="ci_AlunoAvaliacao_1201803_970" value="78718896" type="hidden">
                <input name="nr_Nota_1201803_970" id="nr_Nota_1201803_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_3330" id="ci_AlunoAvaliacao_1201803_3330" value="78722183" type="hidden">
                <input name="nr_Nota_1201803_3330" id="nr_Nota_1201803_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1130" id="ci_AlunoAvaliacao_1201803_1130" value="78721076" type="hidden">
                <input name="nr_Nota_1201803_1130" id="nr_Nota_1201803_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1140" id="ci_AlunoAvaliacao_1201803_1140" value="78719683" type="hidden">
                <input name="nr_Nota_1201803_1140" id="nr_Nota_1201803_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1200" id="ci_AlunoAvaliacao_1201803_1200" value="77354288" type="hidden">
                <input name="nr_Nota_1201803_1200" id="nr_Nota_1201803_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1620" id="ci_AlunoAvaliacao_1201803_1620" value="79776595" type="hidden">
                <input name="nr_Nota_1201803_1620" id="nr_Nota_1201803_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1730" id="ci_AlunoAvaliacao_1201803_1730" value="77687800" type="hidden">
                <input name="nr_Nota_1201803_1730" id="nr_Nota_1201803_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1484646&nbsp;JANNIELLE MAGALHAES FORTE
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="1484646" type="hidden"></td>
            
            <td id="colunaNotaAluno_1484646_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_154" id="ci_AlunoAvaliacao_1484646_154" value="78720666" type="hidden">
                <input name="nr_Nota_1484646_154" id="nr_Nota_1484646_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_160" id="ci_AlunoAvaliacao_1484646_160" value="78720210" type="hidden">
                <input name="nr_Nota_1484646_160" id="nr_Nota_1484646_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_530" id="ci_AlunoAvaliacao_1484646_530" value="78722370" type="hidden">
                <input name="nr_Nota_1484646_530" id="nr_Nota_1484646_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_780" id="ci_AlunoAvaliacao_1484646_780" value="79310381" type="hidden">
                <input name="nr_Nota_1484646_780" id="nr_Nota_1484646_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_800" id="ci_AlunoAvaliacao_1484646_800" value="78719212" type="hidden">
                <input name="nr_Nota_1484646_800" id="nr_Nota_1484646_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_890" id="ci_AlunoAvaliacao_1484646_890" value="78721472" type="hidden">
                <input name="nr_Nota_1484646_890" id="nr_Nota_1484646_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_970" id="ci_AlunoAvaliacao_1484646_970" value="78718897" type="hidden">
                <input name="nr_Nota_1484646_970" id="nr_Nota_1484646_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_3330" id="ci_AlunoAvaliacao_1484646_3330" value="78722184" type="hidden">
                <input name="nr_Nota_1484646_3330" id="nr_Nota_1484646_3330" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1130" id="ci_AlunoAvaliacao_1484646_1130" value="78721077" type="hidden">
                <input name="nr_Nota_1484646_1130" id="nr_Nota_1484646_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1140" id="ci_AlunoAvaliacao_1484646_1140" value="78719684" type="hidden">
                <input name="nr_Nota_1484646_1140" id="nr_Nota_1484646_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1200" id="ci_AlunoAvaliacao_1484646_1200" value="77354291" type="hidden">
                <input name="nr_Nota_1484646_1200" id="nr_Nota_1484646_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1620" id="ci_AlunoAvaliacao_1484646_1620" value="79776596" type="hidden">
                <input name="nr_Nota_1484646_1620" id="nr_Nota_1484646_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1730" id="ci_AlunoAvaliacao_1484646_1730" value="77687801" type="hidden">
                <input name="nr_Nota_1484646_1730" id="nr_Nota_1484646_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1058596&nbsp;JESSICA DE OLIVEIRA MAIA
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1058596" type="hidden"></td>
            
            <td id="colunaNotaAluno_1058596_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_154" id="ci_AlunoAvaliacao_1058596_154" value="78720667" type="hidden">
                <input name="nr_Nota_1058596_154" id="nr_Nota_1058596_154" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_160" id="ci_AlunoAvaliacao_1058596_160" value="78720211" type="hidden">
                <input name="nr_Nota_1058596_160" id="nr_Nota_1058596_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_530" id="ci_AlunoAvaliacao_1058596_530" value="78722371" type="hidden">
                <input name="nr_Nota_1058596_530" id="nr_Nota_1058596_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_780" id="ci_AlunoAvaliacao_1058596_780" value="79310382" type="hidden">
                <input name="nr_Nota_1058596_780" id="nr_Nota_1058596_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_800" id="ci_AlunoAvaliacao_1058596_800" value="78719213" type="hidden">
                <input name="nr_Nota_1058596_800" id="nr_Nota_1058596_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_890" id="ci_AlunoAvaliacao_1058596_890" value="78721473" type="hidden">
                <input name="nr_Nota_1058596_890" id="nr_Nota_1058596_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_970" id="ci_AlunoAvaliacao_1058596_970" value="78718898" type="hidden">
                <input name="nr_Nota_1058596_970" id="nr_Nota_1058596_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_3330" id="ci_AlunoAvaliacao_1058596_3330" value="78722185" type="hidden">
                <input name="nr_Nota_1058596_3330" id="nr_Nota_1058596_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1130" id="ci_AlunoAvaliacao_1058596_1130" value="78721078" type="hidden">
                <input name="nr_Nota_1058596_1130" id="nr_Nota_1058596_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1140" id="ci_AlunoAvaliacao_1058596_1140" value="78719685" type="hidden">
                <input name="nr_Nota_1058596_1140" id="nr_Nota_1058596_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1200" id="ci_AlunoAvaliacao_1058596_1200" value="77354293" type="hidden">
                <input name="nr_Nota_1058596_1200" id="nr_Nota_1058596_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1620" id="ci_AlunoAvaliacao_1058596_1620" value="79776597" type="hidden">
                <input name="nr_Nota_1058596_1620" id="nr_Nota_1058596_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1730" id="ci_AlunoAvaliacao_1058596_1730" value="77687802" type="hidden">
                <input name="nr_Nota_1058596_1730" id="nr_Nota_1058596_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1002334&nbsp;JOANA DARC CORREIA LIMA VASCONCELOS
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1002334" type="hidden"></td>
            
            <td id="colunaNotaAluno_1002334_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_154" id="ci_AlunoAvaliacao_1002334_154" value="78720668" type="hidden">
                <input name="nr_Nota_1002334_154" id="nr_Nota_1002334_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_160" id="ci_AlunoAvaliacao_1002334_160" value="78720212" type="hidden">
                <input name="nr_Nota_1002334_160" id="nr_Nota_1002334_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_530" id="ci_AlunoAvaliacao_1002334_530" value="78722372" type="hidden">
                <input name="nr_Nota_1002334_530" id="nr_Nota_1002334_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_780" id="ci_AlunoAvaliacao_1002334_780" value="79310383" type="hidden">
                <input name="nr_Nota_1002334_780" id="nr_Nota_1002334_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_800" id="ci_AlunoAvaliacao_1002334_800" value="78719214" type="hidden">
                <input name="nr_Nota_1002334_800" id="nr_Nota_1002334_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_890" id="ci_AlunoAvaliacao_1002334_890" value="78721474" type="hidden">
                <input name="nr_Nota_1002334_890" id="nr_Nota_1002334_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_970" id="ci_AlunoAvaliacao_1002334_970" value="78718899" type="hidden">
                <input name="nr_Nota_1002334_970" id="nr_Nota_1002334_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_3330" id="ci_AlunoAvaliacao_1002334_3330" value="78722186" type="hidden">
                <input name="nr_Nota_1002334_3330" id="nr_Nota_1002334_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1130" id="ci_AlunoAvaliacao_1002334_1130" value="78721079" type="hidden">
                <input name="nr_Nota_1002334_1130" id="nr_Nota_1002334_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1140" id="ci_AlunoAvaliacao_1002334_1140" value="78719686" type="hidden">
                <input name="nr_Nota_1002334_1140" id="nr_Nota_1002334_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1200" id="ci_AlunoAvaliacao_1002334_1200" value="77354297" type="hidden">
                <input name="nr_Nota_1002334_1200" id="nr_Nota_1002334_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1620" id="ci_AlunoAvaliacao_1002334_1620" value="79776598" type="hidden">
                <input name="nr_Nota_1002334_1620" id="nr_Nota_1002334_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1730" id="ci_AlunoAvaliacao_1002334_1730" value="77687803" type="hidden">
                <input name="nr_Nota_1002334_1730" id="nr_Nota_1002334_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1462403&nbsp;JOAO RICARDO ANDRADE DE CASTRO
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="1462403" type="hidden"></td>
            
            <td id="colunaNotaAluno_1462403_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_154" id="ci_AlunoAvaliacao_1462403_154" value="78728082" type="hidden">
                <input name="nr_Nota_1462403_154" id="nr_Nota_1462403_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_160" id="ci_AlunoAvaliacao_1462403_160" value="78727164" type="hidden">
                <input name="nr_Nota_1462403_160" id="nr_Nota_1462403_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_530" id="ci_AlunoAvaliacao_1462403_530" value="78730532" type="hidden">
                <input name="nr_Nota_1462403_530" id="nr_Nota_1462403_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_780" id="ci_AlunoAvaliacao_1462403_780" value="79310962" type="hidden">
                <input name="nr_Nota_1462403_780" id="nr_Nota_1462403_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_800" id="ci_AlunoAvaliacao_1462403_800" value="78725745" type="hidden">
                <input name="nr_Nota_1462403_800" id="nr_Nota_1462403_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_890" id="ci_AlunoAvaliacao_1462403_890" value="78730156" type="hidden">
                <input name="nr_Nota_1462403_890" id="nr_Nota_1462403_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_970" id="ci_AlunoAvaliacao_1462403_970" value="78724301" type="hidden">
                <input name="nr_Nota_1462403_970" id="nr_Nota_1462403_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_3330" id="ci_AlunoAvaliacao_1462403_3330" value="78728584" type="hidden">
                <input name="nr_Nota_1462403_3330" id="nr_Nota_1462403_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1130" id="ci_AlunoAvaliacao_1462403_1130" value="78729312" type="hidden">
                <input name="nr_Nota_1462403_1130" id="nr_Nota_1462403_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1140" id="ci_AlunoAvaliacao_1462403_1140" value="78726142" type="hidden">
                <input name="nr_Nota_1462403_1140" id="nr_Nota_1462403_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1200" id="ci_AlunoAvaliacao_1462403_1200" value="78725443" type="hidden">
                <input name="nr_Nota_1462403_1200" id="nr_Nota_1462403_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1620" id="ci_AlunoAvaliacao_1462403_1620" value="78726625" type="hidden">
                <input name="nr_Nota_1462403_1620" id="nr_Nota_1462403_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1730" id="ci_AlunoAvaliacao_1462403_1730" value="77692612" type="hidden">
                <input name="nr_Nota_1462403_1730" id="nr_Nota_1462403_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202517&nbsp;KEDINA MARIA DOS SANTOS DE MARIA
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1202517" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202517_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_154" id="ci_AlunoAvaliacao_1202517_154" value="78720669" type="hidden">
                <input name="nr_Nota_1202517_154" id="nr_Nota_1202517_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_160" id="ci_AlunoAvaliacao_1202517_160" value="78720213" type="hidden">
                <input name="nr_Nota_1202517_160" id="nr_Nota_1202517_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_530" id="ci_AlunoAvaliacao_1202517_530" value="78722373" type="hidden">
                <input name="nr_Nota_1202517_530" id="nr_Nota_1202517_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_780" id="ci_AlunoAvaliacao_1202517_780" value="79310384" type="hidden">
                <input name="nr_Nota_1202517_780" id="nr_Nota_1202517_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_800" id="ci_AlunoAvaliacao_1202517_800" value="78719215" type="hidden">
                <input name="nr_Nota_1202517_800" id="nr_Nota_1202517_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_890" id="ci_AlunoAvaliacao_1202517_890" value="78721475" type="hidden">
                <input name="nr_Nota_1202517_890" id="nr_Nota_1202517_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_970" id="ci_AlunoAvaliacao_1202517_970" value="78718900" type="hidden">
                <input name="nr_Nota_1202517_970" id="nr_Nota_1202517_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_3330" id="ci_AlunoAvaliacao_1202517_3330" value="78722187" type="hidden">
                <input name="nr_Nota_1202517_3330" id="nr_Nota_1202517_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1130" id="ci_AlunoAvaliacao_1202517_1130" value="78721080" type="hidden">
                <input name="nr_Nota_1202517_1130" id="nr_Nota_1202517_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1140" id="ci_AlunoAvaliacao_1202517_1140" value="78719687" type="hidden">
                <input name="nr_Nota_1202517_1140" id="nr_Nota_1202517_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1200" id="ci_AlunoAvaliacao_1202517_1200" value="77354302" type="hidden">
                <input name="nr_Nota_1202517_1200" id="nr_Nota_1202517_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1620" id="ci_AlunoAvaliacao_1202517_1620" value="79776599" type="hidden">
                <input name="nr_Nota_1202517_1620" id="nr_Nota_1202517_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1730" id="ci_AlunoAvaliacao_1202517_1730" value="77687804" type="hidden">
                <input name="nr_Nota_1202517_1730" id="nr_Nota_1202517_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;883771&nbsp;LETICIA DA SILVA COSTA
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="883771" type="hidden"></td>
            
            <td id="colunaNotaAluno_883771_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_154" id="ci_AlunoAvaliacao_883771_154" value="78720670" type="hidden">
                <input name="nr_Nota_883771_154" id="nr_Nota_883771_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_160" id="ci_AlunoAvaliacao_883771_160" value="78720214" type="hidden">
                <input name="nr_Nota_883771_160" id="nr_Nota_883771_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_530" id="ci_AlunoAvaliacao_883771_530" value="78722374" type="hidden">
                <input name="nr_Nota_883771_530" id="nr_Nota_883771_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_780" id="ci_AlunoAvaliacao_883771_780" value="79310385" type="hidden">
                <input name="nr_Nota_883771_780" id="nr_Nota_883771_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_800" id="ci_AlunoAvaliacao_883771_800" value="78719216" type="hidden">
                <input name="nr_Nota_883771_800" id="nr_Nota_883771_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_890" id="ci_AlunoAvaliacao_883771_890" value="78721476" type="hidden">
                <input name="nr_Nota_883771_890" id="nr_Nota_883771_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_970" id="ci_AlunoAvaliacao_883771_970" value="78718901" type="hidden">
                <input name="nr_Nota_883771_970" id="nr_Nota_883771_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_3330" id="ci_AlunoAvaliacao_883771_3330" value="78722188" type="hidden">
                <input name="nr_Nota_883771_3330" id="nr_Nota_883771_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1130" id="ci_AlunoAvaliacao_883771_1130" value="78721081" type="hidden">
                <input name="nr_Nota_883771_1130" id="nr_Nota_883771_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1140" id="ci_AlunoAvaliacao_883771_1140" value="78719688" type="hidden">
                <input name="nr_Nota_883771_1140" id="nr_Nota_883771_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1200" id="ci_AlunoAvaliacao_883771_1200" value="77354305" type="hidden">
                <input name="nr_Nota_883771_1200" id="nr_Nota_883771_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1620" id="ci_AlunoAvaliacao_883771_1620" value="79776600" type="hidden">
                <input name="nr_Nota_883771_1620" id="nr_Nota_883771_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1730" id="ci_AlunoAvaliacao_883771_1730" value="77687805" type="hidden">
                <input name="nr_Nota_883771_1730" id="nr_Nota_883771_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;903015&nbsp;LUCAS RIBEIRO DA SILVA
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="903015" type="hidden"></td>
            
            <td id="colunaNotaAluno_903015_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_154" id="ci_AlunoAvaliacao_903015_154" value="78720671" type="hidden">
                <input name="nr_Nota_903015_154" id="nr_Nota_903015_154" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_160" id="ci_AlunoAvaliacao_903015_160" value="78720215" type="hidden">
                <input name="nr_Nota_903015_160" id="nr_Nota_903015_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_530" id="ci_AlunoAvaliacao_903015_530" value="78722375" type="hidden">
                <input name="nr_Nota_903015_530" id="nr_Nota_903015_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_780" id="ci_AlunoAvaliacao_903015_780" value="79310386" type="hidden">
                <input name="nr_Nota_903015_780" id="nr_Nota_903015_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_800" id="ci_AlunoAvaliacao_903015_800" value="78719217" type="hidden">
                <input name="nr_Nota_903015_800" id="nr_Nota_903015_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_890" id="ci_AlunoAvaliacao_903015_890" value="78721477" type="hidden">
                <input name="nr_Nota_903015_890" id="nr_Nota_903015_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_970" id="ci_AlunoAvaliacao_903015_970" value="78718902" type="hidden">
                <input name="nr_Nota_903015_970" id="nr_Nota_903015_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_3330" id="ci_AlunoAvaliacao_903015_3330" value="78722189" type="hidden">
                <input name="nr_Nota_903015_3330" id="nr_Nota_903015_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1130" id="ci_AlunoAvaliacao_903015_1130" value="78721082" type="hidden">
                <input name="nr_Nota_903015_1130" id="nr_Nota_903015_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1140" id="ci_AlunoAvaliacao_903015_1140" value="78719689" type="hidden">
                <input name="nr_Nota_903015_1140" id="nr_Nota_903015_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1200" id="ci_AlunoAvaliacao_903015_1200" value="77354310" type="hidden">
                <input name="nr_Nota_903015_1200" id="nr_Nota_903015_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1620" id="ci_AlunoAvaliacao_903015_1620" value="79776601" type="hidden">
                <input name="nr_Nota_903015_1620" id="nr_Nota_903015_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1730" id="ci_AlunoAvaliacao_903015_1730" value="77687806" type="hidden">
                <input name="nr_Nota_903015_1730" id="nr_Nota_903015_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;109998&nbsp;MARCIANE DE MOURA GOMES
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="109998" type="hidden"></td>
            
            <td id="colunaNotaAluno_109998_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_154" id="ci_AlunoAvaliacao_109998_154" value="80477500" type="hidden">
                <input name="nr_Nota_109998_154" id="nr_Nota_109998_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_160" id="ci_AlunoAvaliacao_109998_160" value="80477501" type="hidden">
                <input name="nr_Nota_109998_160" id="nr_Nota_109998_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_530" id="ci_AlunoAvaliacao_109998_530" value="80477502" type="hidden">
                <input name="nr_Nota_109998_530" id="nr_Nota_109998_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_780" id="ci_AlunoAvaliacao_109998_780" value="80477503" type="hidden">
                <input name="nr_Nota_109998_780" id="nr_Nota_109998_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_800" id="ci_AlunoAvaliacao_109998_800" value="80477504" type="hidden">
                <input name="nr_Nota_109998_800" id="nr_Nota_109998_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_890" id="ci_AlunoAvaliacao_109998_890" value="80477505" type="hidden">
                <input name="nr_Nota_109998_890" id="nr_Nota_109998_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_970" id="ci_AlunoAvaliacao_109998_970" value="80477506" type="hidden">
                <input name="nr_Nota_109998_970" id="nr_Nota_109998_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_3330" id="ci_AlunoAvaliacao_109998_3330" value="80477507" type="hidden">
                <input name="nr_Nota_109998_3330" id="nr_Nota_109998_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1130" id="ci_AlunoAvaliacao_109998_1130" value="80477508" type="hidden">
                <input name="nr_Nota_109998_1130" id="nr_Nota_109998_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1140" id="ci_AlunoAvaliacao_109998_1140" value="80477509" type="hidden">
                <input name="nr_Nota_109998_1140" id="nr_Nota_109998_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1200" id="ci_AlunoAvaliacao_109998_1200" value="80477510" type="hidden">
                <input name="nr_Nota_109998_1200" id="nr_Nota_109998_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1620" id="ci_AlunoAvaliacao_109998_1620" value="79776608" type="hidden">
                <input name="nr_Nota_109998_1620" id="nr_Nota_109998_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1730" id="ci_AlunoAvaliacao_109998_1730" value="80477511" type="hidden">
                <input name="nr_Nota_109998_1730" id="nr_Nota_109998_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;567081&nbsp;MARCILENE DE SOUSA ALCANTARA
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="567081" type="hidden"></td>
            
            <td id="colunaNotaAluno_567081_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_154" id="ci_AlunoAvaliacao_567081_154" value="78720672" type="hidden">
                <input name="nr_Nota_567081_154" id="nr_Nota_567081_154" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_160" id="ci_AlunoAvaliacao_567081_160" value="78720216" type="hidden">
                <input name="nr_Nota_567081_160" id="nr_Nota_567081_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_530" id="ci_AlunoAvaliacao_567081_530" value="78722376" type="hidden">
                <input name="nr_Nota_567081_530" id="nr_Nota_567081_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_780" id="ci_AlunoAvaliacao_567081_780" value="79310387" type="hidden">
                <input name="nr_Nota_567081_780" id="nr_Nota_567081_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_800" id="ci_AlunoAvaliacao_567081_800" value="78719218" type="hidden">
                <input name="nr_Nota_567081_800" id="nr_Nota_567081_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_890" id="ci_AlunoAvaliacao_567081_890" value="78721478" type="hidden">
                <input name="nr_Nota_567081_890" id="nr_Nota_567081_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_970" id="ci_AlunoAvaliacao_567081_970" value="78718903" type="hidden">
                <input name="nr_Nota_567081_970" id="nr_Nota_567081_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_3330" id="ci_AlunoAvaliacao_567081_3330" value="78722190" type="hidden">
                <input name="nr_Nota_567081_3330" id="nr_Nota_567081_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1130" id="ci_AlunoAvaliacao_567081_1130" value="78721083" type="hidden">
                <input name="nr_Nota_567081_1130" id="nr_Nota_567081_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1140" id="ci_AlunoAvaliacao_567081_1140" value="78719690" type="hidden">
                <input name="nr_Nota_567081_1140" id="nr_Nota_567081_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1200" id="ci_AlunoAvaliacao_567081_1200" value="77354312" type="hidden">
                <input name="nr_Nota_567081_1200" id="nr_Nota_567081_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1620" id="ci_AlunoAvaliacao_567081_1620" value="79776602" type="hidden">
                <input name="nr_Nota_567081_1620" id="nr_Nota_567081_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1730" id="ci_AlunoAvaliacao_567081_1730" value="77687807" type="hidden">
                <input name="nr_Nota_567081_1730" id="nr_Nota_567081_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;55539&nbsp;MARIA EDLANGE DOS SANTOS
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="55539" type="hidden"></td>
            
            <td id="colunaNotaAluno_55539_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_154" id="ci_AlunoAvaliacao_55539_154" value="78720673" type="hidden">
                <input name="nr_Nota_55539_154" id="nr_Nota_55539_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_160" id="ci_AlunoAvaliacao_55539_160" value="78720217" type="hidden">
                <input name="nr_Nota_55539_160" id="nr_Nota_55539_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_530" id="ci_AlunoAvaliacao_55539_530" value="78722377" type="hidden">
                <input name="nr_Nota_55539_530" id="nr_Nota_55539_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_780" id="ci_AlunoAvaliacao_55539_780" value="79310388" type="hidden">
                <input name="nr_Nota_55539_780" id="nr_Nota_55539_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_800" id="ci_AlunoAvaliacao_55539_800" value="78719219" type="hidden">
                <input name="nr_Nota_55539_800" id="nr_Nota_55539_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_890" id="ci_AlunoAvaliacao_55539_890" value="78721479" type="hidden">
                <input name="nr_Nota_55539_890" id="nr_Nota_55539_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_970" id="ci_AlunoAvaliacao_55539_970" value="78718904" type="hidden">
                <input name="nr_Nota_55539_970" id="nr_Nota_55539_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_3330" id="ci_AlunoAvaliacao_55539_3330" value="78722191" type="hidden">
                <input name="nr_Nota_55539_3330" id="nr_Nota_55539_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1130" id="ci_AlunoAvaliacao_55539_1130" value="78721084" type="hidden">
                <input name="nr_Nota_55539_1130" id="nr_Nota_55539_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1140" id="ci_AlunoAvaliacao_55539_1140" value="78719691" type="hidden">
                <input name="nr_Nota_55539_1140" id="nr_Nota_55539_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1200" id="ci_AlunoAvaliacao_55539_1200" value="77354316" type="hidden">
                <input name="nr_Nota_55539_1200" id="nr_Nota_55539_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1620" id="ci_AlunoAvaliacao_55539_1620" value="79776603" type="hidden">
                <input name="nr_Nota_55539_1620" id="nr_Nota_55539_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1730" id="ci_AlunoAvaliacao_55539_1730" value="77687808" type="hidden">
                <input name="nr_Nota_55539_1730" id="nr_Nota_55539_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1238097&nbsp;MARIA VANESSA CARVALHO MOURA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1238097" type="hidden"></td>
            
            <td id="colunaNotaAluno_1238097_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_154" id="ci_AlunoAvaliacao_1238097_154" value="78720674" type="hidden">
                <input name="nr_Nota_1238097_154" id="nr_Nota_1238097_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_160" id="ci_AlunoAvaliacao_1238097_160" value="78720218" type="hidden">
                <input name="nr_Nota_1238097_160" id="nr_Nota_1238097_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_530" id="ci_AlunoAvaliacao_1238097_530" value="78722378" type="hidden">
                <input name="nr_Nota_1238097_530" id="nr_Nota_1238097_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_780" id="ci_AlunoAvaliacao_1238097_780" value="79310389" type="hidden">
                <input name="nr_Nota_1238097_780" id="nr_Nota_1238097_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_800" id="ci_AlunoAvaliacao_1238097_800" value="78719220" type="hidden">
                <input name="nr_Nota_1238097_800" id="nr_Nota_1238097_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_890" id="ci_AlunoAvaliacao_1238097_890" value="78721480" type="hidden">
                <input name="nr_Nota_1238097_890" id="nr_Nota_1238097_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_970" id="ci_AlunoAvaliacao_1238097_970" value="78718905" type="hidden">
                <input name="nr_Nota_1238097_970" id="nr_Nota_1238097_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_3330" id="ci_AlunoAvaliacao_1238097_3330" value="78722192" type="hidden">
                <input name="nr_Nota_1238097_3330" id="nr_Nota_1238097_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1130" id="ci_AlunoAvaliacao_1238097_1130" value="78721085" type="hidden">
                <input name="nr_Nota_1238097_1130" id="nr_Nota_1238097_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1140" id="ci_AlunoAvaliacao_1238097_1140" value="78719692" type="hidden">
                <input name="nr_Nota_1238097_1140" id="nr_Nota_1238097_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1200" id="ci_AlunoAvaliacao_1238097_1200" value="77354318" type="hidden">
                <input name="nr_Nota_1238097_1200" id="nr_Nota_1238097_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1620" id="ci_AlunoAvaliacao_1238097_1620" value="79776604" type="hidden">
                <input name="nr_Nota_1238097_1620" id="nr_Nota_1238097_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1730" id="ci_AlunoAvaliacao_1238097_1730" value="77687809" type="hidden">
                <input name="nr_Nota_1238097_1730" id="nr_Nota_1238097_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197180&nbsp;MARINA LUISE DA SILVA GALDINO
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1197180" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197180_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_154" id="ci_AlunoAvaliacao_1197180_154" value="78720675" type="hidden">
                <input name="nr_Nota_1197180_154" id="nr_Nota_1197180_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_160" id="ci_AlunoAvaliacao_1197180_160" value="78720219" type="hidden">
                <input name="nr_Nota_1197180_160" id="nr_Nota_1197180_160" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_530" id="ci_AlunoAvaliacao_1197180_530" value="78722379" type="hidden">
                <input name="nr_Nota_1197180_530" id="nr_Nota_1197180_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_780" id="ci_AlunoAvaliacao_1197180_780" value="79310390" type="hidden">
                <input name="nr_Nota_1197180_780" id="nr_Nota_1197180_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_800" id="ci_AlunoAvaliacao_1197180_800" value="78719221" type="hidden">
                <input name="nr_Nota_1197180_800" id="nr_Nota_1197180_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_890" id="ci_AlunoAvaliacao_1197180_890" value="78721481" type="hidden">
                <input name="nr_Nota_1197180_890" id="nr_Nota_1197180_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_970" id="ci_AlunoAvaliacao_1197180_970" value="78718906" type="hidden">
                <input name="nr_Nota_1197180_970" id="nr_Nota_1197180_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_3330" id="ci_AlunoAvaliacao_1197180_3330" value="78722193" type="hidden">
                <input name="nr_Nota_1197180_3330" id="nr_Nota_1197180_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1130" id="ci_AlunoAvaliacao_1197180_1130" value="78721086" type="hidden">
                <input name="nr_Nota_1197180_1130" id="nr_Nota_1197180_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1140" id="ci_AlunoAvaliacao_1197180_1140" value="78719693" type="hidden">
                <input name="nr_Nota_1197180_1140" id="nr_Nota_1197180_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1200" id="ci_AlunoAvaliacao_1197180_1200" value="77354320" type="hidden">
                <input name="nr_Nota_1197180_1200" id="nr_Nota_1197180_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1620" id="ci_AlunoAvaliacao_1197180_1620" value="79776605" type="hidden">
                <input name="nr_Nota_1197180_1620" id="nr_Nota_1197180_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1730" id="ci_AlunoAvaliacao_1197180_1730" value="77687810" type="hidden">
                <input name="nr_Nota_1197180_1730" id="nr_Nota_1197180_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1195355&nbsp;MATHEUS SANTOS DA SILVA
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="1195355" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195355_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_154" id="ci_AlunoAvaliacao_1195355_154" value="78720676" type="hidden">
                <input name="nr_Nota_1195355_154" id="nr_Nota_1195355_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_160" id="ci_AlunoAvaliacao_1195355_160" value="78720220" type="hidden">
                <input name="nr_Nota_1195355_160" id="nr_Nota_1195355_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_530" id="ci_AlunoAvaliacao_1195355_530" value="78722380" type="hidden">
                <input name="nr_Nota_1195355_530" id="nr_Nota_1195355_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_780" id="ci_AlunoAvaliacao_1195355_780" value="79310391" type="hidden">
                <input name="nr_Nota_1195355_780" id="nr_Nota_1195355_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_800" id="ci_AlunoAvaliacao_1195355_800" value="78719222" type="hidden">
                <input name="nr_Nota_1195355_800" id="nr_Nota_1195355_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_890" id="ci_AlunoAvaliacao_1195355_890" value="78721482" type="hidden">
                <input name="nr_Nota_1195355_890" id="nr_Nota_1195355_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_970" id="ci_AlunoAvaliacao_1195355_970" value="78718907" type="hidden">
                <input name="nr_Nota_1195355_970" id="nr_Nota_1195355_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_3330" id="ci_AlunoAvaliacao_1195355_3330" value="78722194" type="hidden">
                <input name="nr_Nota_1195355_3330" id="nr_Nota_1195355_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1130" id="ci_AlunoAvaliacao_1195355_1130" value="78721087" type="hidden">
                <input name="nr_Nota_1195355_1130" id="nr_Nota_1195355_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1140" id="ci_AlunoAvaliacao_1195355_1140" value="78719694" type="hidden">
                <input name="nr_Nota_1195355_1140" id="nr_Nota_1195355_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1200" id="ci_AlunoAvaliacao_1195355_1200" value="77354322" type="hidden">
                <input name="nr_Nota_1195355_1200" id="nr_Nota_1195355_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1620" id="ci_AlunoAvaliacao_1195355_1620" value="79776606" type="hidden">
                <input name="nr_Nota_1195355_1620" id="nr_Nota_1195355_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1730" id="ci_AlunoAvaliacao_1195355_1730" value="77687811" type="hidden">
                <input name="nr_Nota_1195355_1730" id="nr_Nota_1195355_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1238111&nbsp;PAULA MARQUES DE LIMA
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1238111" type="hidden"></td>
            
            <td id="colunaNotaAluno_1238111_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_154" id="ci_AlunoAvaliacao_1238111_154" value="78720678" type="hidden">
                <input name="nr_Nota_1238111_154" id="nr_Nota_1238111_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_160" id="ci_AlunoAvaliacao_1238111_160" value="78720222" type="hidden">
                <input name="nr_Nota_1238111_160" id="nr_Nota_1238111_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_530" id="ci_AlunoAvaliacao_1238111_530" value="78722382" type="hidden">
                <input name="nr_Nota_1238111_530" id="nr_Nota_1238111_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_780" id="ci_AlunoAvaliacao_1238111_780" value="79310393" type="hidden">
                <input name="nr_Nota_1238111_780" id="nr_Nota_1238111_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_800" id="ci_AlunoAvaliacao_1238111_800" value="78719224" type="hidden">
                <input name="nr_Nota_1238111_800" id="nr_Nota_1238111_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_890" id="ci_AlunoAvaliacao_1238111_890" value="78721484" type="hidden">
                <input name="nr_Nota_1238111_890" id="nr_Nota_1238111_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_970" id="ci_AlunoAvaliacao_1238111_970" value="78718909" type="hidden">
                <input name="nr_Nota_1238111_970" id="nr_Nota_1238111_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_3330" id="ci_AlunoAvaliacao_1238111_3330" value="78722196" type="hidden">
                <input name="nr_Nota_1238111_3330" id="nr_Nota_1238111_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1130" id="ci_AlunoAvaliacao_1238111_1130" value="78721089" type="hidden">
                <input name="nr_Nota_1238111_1130" id="nr_Nota_1238111_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1140" id="ci_AlunoAvaliacao_1238111_1140" value="78719696" type="hidden">
                <input name="nr_Nota_1238111_1140" id="nr_Nota_1238111_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1200" id="ci_AlunoAvaliacao_1238111_1200" value="77354330" type="hidden">
                <input name="nr_Nota_1238111_1200" id="nr_Nota_1238111_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1620" id="ci_AlunoAvaliacao_1238111_1620" value="79776609" type="hidden">
                <input name="nr_Nota_1238111_1620" id="nr_Nota_1238111_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1730" id="ci_AlunoAvaliacao_1238111_1730" value="77687813" type="hidden">
                <input name="nr_Nota_1238111_1730" id="nr_Nota_1238111_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1205703&nbsp;PRISCILA FERREIRA DA SILVA
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="1205703" type="hidden"></td>
            
            <td id="colunaNotaAluno_1205703_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_154" id="ci_AlunoAvaliacao_1205703_154" value="78720679" type="hidden">
                <input name="nr_Nota_1205703_154" id="nr_Nota_1205703_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_160" id="ci_AlunoAvaliacao_1205703_160" value="78720223" type="hidden">
                <input name="nr_Nota_1205703_160" id="nr_Nota_1205703_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_530" id="ci_AlunoAvaliacao_1205703_530" value="78722383" type="hidden">
                <input name="nr_Nota_1205703_530" id="nr_Nota_1205703_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_780" id="ci_AlunoAvaliacao_1205703_780" value="79310394" type="hidden">
                <input name="nr_Nota_1205703_780" id="nr_Nota_1205703_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_800" id="ci_AlunoAvaliacao_1205703_800" value="78719225" type="hidden">
                <input name="nr_Nota_1205703_800" id="nr_Nota_1205703_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_890" id="ci_AlunoAvaliacao_1205703_890" value="78721485" type="hidden">
                <input name="nr_Nota_1205703_890" id="nr_Nota_1205703_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_970" id="ci_AlunoAvaliacao_1205703_970" value="78718910" type="hidden">
                <input name="nr_Nota_1205703_970" id="nr_Nota_1205703_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_3330" id="ci_AlunoAvaliacao_1205703_3330" value="78722197" type="hidden">
                <input name="nr_Nota_1205703_3330" id="nr_Nota_1205703_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1130" id="ci_AlunoAvaliacao_1205703_1130" value="78721090" type="hidden">
                <input name="nr_Nota_1205703_1130" id="nr_Nota_1205703_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1140" id="ci_AlunoAvaliacao_1205703_1140" value="78719697" type="hidden">
                <input name="nr_Nota_1205703_1140" id="nr_Nota_1205703_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1200" id="ci_AlunoAvaliacao_1205703_1200" value="77354334" type="hidden">
                <input name="nr_Nota_1205703_1200" id="nr_Nota_1205703_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1620" id="ci_AlunoAvaliacao_1205703_1620" value="79776610" type="hidden">
                <input name="nr_Nota_1205703_1620" id="nr_Nota_1205703_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1730" id="ci_AlunoAvaliacao_1205703_1730" value="77687814" type="hidden">
                <input name="nr_Nota_1205703_1730" id="nr_Nota_1205703_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202370&nbsp;RENATO RIBEIRO DE SOUSA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="1202370" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202370_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_154" id="ci_AlunoAvaliacao_1202370_154" value="78720680" type="hidden">
                <input name="nr_Nota_1202370_154" id="nr_Nota_1202370_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_160" id="ci_AlunoAvaliacao_1202370_160" value="78720224" type="hidden">
                <input name="nr_Nota_1202370_160" id="nr_Nota_1202370_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_530" id="ci_AlunoAvaliacao_1202370_530" value="78722384" type="hidden">
                <input name="nr_Nota_1202370_530" id="nr_Nota_1202370_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_780" id="ci_AlunoAvaliacao_1202370_780" value="79310395" type="hidden">
                <input name="nr_Nota_1202370_780" id="nr_Nota_1202370_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_800" id="ci_AlunoAvaliacao_1202370_800" value="78719226" type="hidden">
                <input name="nr_Nota_1202370_800" id="nr_Nota_1202370_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_890" id="ci_AlunoAvaliacao_1202370_890" value="78721486" type="hidden">
                <input name="nr_Nota_1202370_890" id="nr_Nota_1202370_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_970" id="ci_AlunoAvaliacao_1202370_970" value="78718911" type="hidden">
                <input name="nr_Nota_1202370_970" id="nr_Nota_1202370_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_3330" id="ci_AlunoAvaliacao_1202370_3330" value="78722198" type="hidden">
                <input name="nr_Nota_1202370_3330" id="nr_Nota_1202370_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1130" id="ci_AlunoAvaliacao_1202370_1130" value="78721091" type="hidden">
                <input name="nr_Nota_1202370_1130" id="nr_Nota_1202370_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1140" id="ci_AlunoAvaliacao_1202370_1140" value="78719698" type="hidden">
                <input name="nr_Nota_1202370_1140" id="nr_Nota_1202370_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1200" id="ci_AlunoAvaliacao_1202370_1200" value="77354338" type="hidden">
                <input name="nr_Nota_1202370_1200" id="nr_Nota_1202370_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1620" id="ci_AlunoAvaliacao_1202370_1620" value="79776611" type="hidden">
                <input name="nr_Nota_1202370_1620" id="nr_Nota_1202370_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1730" id="ci_AlunoAvaliacao_1202370_1730" value="77687815" type="hidden">
                <input name="nr_Nota_1202370_1730" id="nr_Nota_1202370_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;983521&nbsp;SAMARA DE OLIVEIRA SAMPAIO
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="983521" type="hidden"></td>
            
            <td id="colunaNotaAluno_983521_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_154" id="ci_AlunoAvaliacao_983521_154" value="78720681" type="hidden">
                <input name="nr_Nota_983521_154" id="nr_Nota_983521_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_160" id="ci_AlunoAvaliacao_983521_160" value="78720225" type="hidden">
                <input name="nr_Nota_983521_160" id="nr_Nota_983521_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_530" id="ci_AlunoAvaliacao_983521_530" value="78722385" type="hidden">
                <input name="nr_Nota_983521_530" id="nr_Nota_983521_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_780" id="ci_AlunoAvaliacao_983521_780" value="79310396" type="hidden">
                <input name="nr_Nota_983521_780" id="nr_Nota_983521_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_800" id="ci_AlunoAvaliacao_983521_800" value="78719227" type="hidden">
                <input name="nr_Nota_983521_800" id="nr_Nota_983521_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_890" id="ci_AlunoAvaliacao_983521_890" value="78721487" type="hidden">
                <input name="nr_Nota_983521_890" id="nr_Nota_983521_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_970" id="ci_AlunoAvaliacao_983521_970" value="78718912" type="hidden">
                <input name="nr_Nota_983521_970" id="nr_Nota_983521_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_3330" id="ci_AlunoAvaliacao_983521_3330" value="78722199" type="hidden">
                <input name="nr_Nota_983521_3330" id="nr_Nota_983521_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1130" id="ci_AlunoAvaliacao_983521_1130" value="78721092" type="hidden">
                <input name="nr_Nota_983521_1130" id="nr_Nota_983521_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1140" id="ci_AlunoAvaliacao_983521_1140" value="78719699" type="hidden">
                <input name="nr_Nota_983521_1140" id="nr_Nota_983521_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1200" id="ci_AlunoAvaliacao_983521_1200" value="77354339" type="hidden">
                <input name="nr_Nota_983521_1200" id="nr_Nota_983521_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1620" id="ci_AlunoAvaliacao_983521_1620" value="79776612" type="hidden">
                <input name="nr_Nota_983521_1620" id="nr_Nota_983521_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1730" id="ci_AlunoAvaliacao_983521_1730" value="77687816" type="hidden">
                <input name="nr_Nota_983521_1730" id="nr_Nota_983521_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197288&nbsp;SAMIA PEREIRA DE SOUZA
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="1197288" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197288_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_154" id="ci_AlunoAvaliacao_1197288_154" value="78720682" type="hidden">
                <input name="nr_Nota_1197288_154" id="nr_Nota_1197288_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_160" id="ci_AlunoAvaliacao_1197288_160" value="78720226" type="hidden">
                <input name="nr_Nota_1197288_160" id="nr_Nota_1197288_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_530" id="ci_AlunoAvaliacao_1197288_530" value="78722386" type="hidden">
                <input name="nr_Nota_1197288_530" id="nr_Nota_1197288_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_780" id="ci_AlunoAvaliacao_1197288_780" value="79310397" type="hidden">
                <input name="nr_Nota_1197288_780" id="nr_Nota_1197288_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_800" id="ci_AlunoAvaliacao_1197288_800" value="78719228" type="hidden">
                <input name="nr_Nota_1197288_800" id="nr_Nota_1197288_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_890" id="ci_AlunoAvaliacao_1197288_890" value="78721488" type="hidden">
                <input name="nr_Nota_1197288_890" id="nr_Nota_1197288_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_970" id="ci_AlunoAvaliacao_1197288_970" value="78718913" type="hidden">
                <input name="nr_Nota_1197288_970" id="nr_Nota_1197288_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_3330" id="ci_AlunoAvaliacao_1197288_3330" value="78722200" type="hidden">
                <input name="nr_Nota_1197288_3330" id="nr_Nota_1197288_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1130" id="ci_AlunoAvaliacao_1197288_1130" value="78721093" type="hidden">
                <input name="nr_Nota_1197288_1130" id="nr_Nota_1197288_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1140" id="ci_AlunoAvaliacao_1197288_1140" value="78719700" type="hidden">
                <input name="nr_Nota_1197288_1140" id="nr_Nota_1197288_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1200" id="ci_AlunoAvaliacao_1197288_1200" value="77354340" type="hidden">
                <input name="nr_Nota_1197288_1200" id="nr_Nota_1197288_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1620" id="ci_AlunoAvaliacao_1197288_1620" value="79776613" type="hidden">
                <input name="nr_Nota_1197288_1620" id="nr_Nota_1197288_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1730" id="ci_AlunoAvaliacao_1197288_1730" value="77687817" type="hidden">
                <input name="nr_Nota_1197288_1730" id="nr_Nota_1197288_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;640397&nbsp;SARA SOARES GOMES
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="640397" type="hidden"></td>
            
            <td id="colunaNotaAluno_640397_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_154" id="ci_AlunoAvaliacao_640397_154" value="78720683" type="hidden">
                <input name="nr_Nota_640397_154" id="nr_Nota_640397_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_160" id="ci_AlunoAvaliacao_640397_160" value="78720227" type="hidden">
                <input name="nr_Nota_640397_160" id="nr_Nota_640397_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_530" id="ci_AlunoAvaliacao_640397_530" value="78722387" type="hidden">
                <input name="nr_Nota_640397_530" id="nr_Nota_640397_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_780" id="ci_AlunoAvaliacao_640397_780" value="79310398" type="hidden">
                <input name="nr_Nota_640397_780" id="nr_Nota_640397_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_800" id="ci_AlunoAvaliacao_640397_800" value="78719229" type="hidden">
                <input name="nr_Nota_640397_800" id="nr_Nota_640397_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_890" id="ci_AlunoAvaliacao_640397_890" value="78721489" type="hidden">
                <input name="nr_Nota_640397_890" id="nr_Nota_640397_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_970" id="ci_AlunoAvaliacao_640397_970" value="78718914" type="hidden">
                <input name="nr_Nota_640397_970" id="nr_Nota_640397_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_3330" id="ci_AlunoAvaliacao_640397_3330" value="78722201" type="hidden">
                <input name="nr_Nota_640397_3330" id="nr_Nota_640397_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1130" id="ci_AlunoAvaliacao_640397_1130" value="78721094" type="hidden">
                <input name="nr_Nota_640397_1130" id="nr_Nota_640397_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1140" id="ci_AlunoAvaliacao_640397_1140" value="78719701" type="hidden">
                <input name="nr_Nota_640397_1140" id="nr_Nota_640397_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1200" id="ci_AlunoAvaliacao_640397_1200" value="77354341" type="hidden">
                <input name="nr_Nota_640397_1200" id="nr_Nota_640397_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1620" id="ci_AlunoAvaliacao_640397_1620" value="79776614" type="hidden">
                <input name="nr_Nota_640397_1620" id="nr_Nota_640397_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1730" id="ci_AlunoAvaliacao_640397_1730" value="77687818" type="hidden">
                <input name="nr_Nota_640397_1730" id="nr_Nota_640397_1730" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197434&nbsp;THAIS BERNARDINO DE ALMEIDA
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="1197434" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197434_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_154" id="ci_AlunoAvaliacao_1197434_154" value="78720684" type="hidden">
                <input name="nr_Nota_1197434_154" id="nr_Nota_1197434_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_160" id="ci_AlunoAvaliacao_1197434_160" value="78720228" type="hidden">
                <input name="nr_Nota_1197434_160" id="nr_Nota_1197434_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_530" id="ci_AlunoAvaliacao_1197434_530" value="78722388" type="hidden">
                <input name="nr_Nota_1197434_530" id="nr_Nota_1197434_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_780" id="ci_AlunoAvaliacao_1197434_780" value="79310399" type="hidden">
                <input name="nr_Nota_1197434_780" id="nr_Nota_1197434_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_800" id="ci_AlunoAvaliacao_1197434_800" value="78719230" type="hidden">
                <input name="nr_Nota_1197434_800" id="nr_Nota_1197434_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_890" id="ci_AlunoAvaliacao_1197434_890" value="78721490" type="hidden">
                <input name="nr_Nota_1197434_890" id="nr_Nota_1197434_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_970" id="ci_AlunoAvaliacao_1197434_970" value="78718915" type="hidden">
                <input name="nr_Nota_1197434_970" id="nr_Nota_1197434_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_3330" id="ci_AlunoAvaliacao_1197434_3330" value="78722202" type="hidden">
                <input name="nr_Nota_1197434_3330" id="nr_Nota_1197434_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1130" id="ci_AlunoAvaliacao_1197434_1130" value="78721095" type="hidden">
                <input name="nr_Nota_1197434_1130" id="nr_Nota_1197434_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1140" id="ci_AlunoAvaliacao_1197434_1140" value="78719702" type="hidden">
                <input name="nr_Nota_1197434_1140" id="nr_Nota_1197434_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1200" id="ci_AlunoAvaliacao_1197434_1200" value="77354342" type="hidden">
                <input name="nr_Nota_1197434_1200" id="nr_Nota_1197434_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1620" id="ci_AlunoAvaliacao_1197434_1620" value="79776615" type="hidden">
                <input name="nr_Nota_1197434_1620" id="nr_Nota_1197434_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1730" id="ci_AlunoAvaliacao_1197434_1730" value="77687819" type="hidden">
                <input name="nr_Nota_1197434_1730" id="nr_Nota_1197434_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;902415&nbsp;VERIDIANE VIANA BORGES
              <input id="cd_Aluno_42" name="cd_Aluno_42" value="902415" type="hidden"></td>
            
            <td id="colunaNotaAluno_902415_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_154" id="ci_AlunoAvaliacao_902415_154" value="78720685" type="hidden">
                <input name="nr_Nota_902415_154" id="nr_Nota_902415_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_160" id="ci_AlunoAvaliacao_902415_160" value="78720229" type="hidden">
                <input name="nr_Nota_902415_160" id="nr_Nota_902415_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_530" id="ci_AlunoAvaliacao_902415_530" value="78722389" type="hidden">
                <input name="nr_Nota_902415_530" id="nr_Nota_902415_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_780" id="ci_AlunoAvaliacao_902415_780" value="79310400" type="hidden">
                <input name="nr_Nota_902415_780" id="nr_Nota_902415_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_800" id="ci_AlunoAvaliacao_902415_800" value="78719231" type="hidden">
                <input name="nr_Nota_902415_800" id="nr_Nota_902415_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_890" id="ci_AlunoAvaliacao_902415_890" value="78721491" type="hidden">
                <input name="nr_Nota_902415_890" id="nr_Nota_902415_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_970" id="ci_AlunoAvaliacao_902415_970" value="78718916" type="hidden">
                <input name="nr_Nota_902415_970" id="nr_Nota_902415_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_3330" id="ci_AlunoAvaliacao_902415_3330" value="78722203" type="hidden">
                <input name="nr_Nota_902415_3330" id="nr_Nota_902415_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1130" id="ci_AlunoAvaliacao_902415_1130" value="78721096" type="hidden">
                <input name="nr_Nota_902415_1130" id="nr_Nota_902415_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1140" id="ci_AlunoAvaliacao_902415_1140" value="78719703" type="hidden">
                <input name="nr_Nota_902415_1140" id="nr_Nota_902415_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1200" id="ci_AlunoAvaliacao_902415_1200" value="77354343" type="hidden">
                <input name="nr_Nota_902415_1200" id="nr_Nota_902415_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1620" id="ci_AlunoAvaliacao_902415_1620" value="79776616" type="hidden">
                <input name="nr_Nota_902415_1620" id="nr_Nota_902415_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1730" id="ci_AlunoAvaliacao_902415_1730" value="77687820" type="hidden">
                <input name="nr_Nota_902415_1730" id="nr_Nota_902415_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;902419&nbsp;VIVIANE VIANA BORGES
              <input id="cd_Aluno_43" name="cd_Aluno_43" value="902419" type="hidden"></td>
            
            <td id="colunaNotaAluno_902419_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_154" id="ci_AlunoAvaliacao_902419_154" value="78720686" type="hidden">
                <input name="nr_Nota_902419_154" id="nr_Nota_902419_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_160" id="ci_AlunoAvaliacao_902419_160" value="78720230" type="hidden">
                <input name="nr_Nota_902419_160" id="nr_Nota_902419_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_530" id="ci_AlunoAvaliacao_902419_530" value="78722390" type="hidden">
                <input name="nr_Nota_902419_530" id="nr_Nota_902419_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_780" id="ci_AlunoAvaliacao_902419_780" value="79310401" type="hidden">
                <input name="nr_Nota_902419_780" id="nr_Nota_902419_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_800" id="ci_AlunoAvaliacao_902419_800" value="78719232" type="hidden">
                <input name="nr_Nota_902419_800" id="nr_Nota_902419_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_890" id="ci_AlunoAvaliacao_902419_890" value="78721492" type="hidden">
                <input name="nr_Nota_902419_890" id="nr_Nota_902419_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_970" id="ci_AlunoAvaliacao_902419_970" value="78718917" type="hidden">
                <input name="nr_Nota_902419_970" id="nr_Nota_902419_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_3330" id="ci_AlunoAvaliacao_902419_3330" value="78722204" type="hidden">
                <input name="nr_Nota_902419_3330" id="nr_Nota_902419_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1130" id="ci_AlunoAvaliacao_902419_1130" value="78721097" type="hidden">
                <input name="nr_Nota_902419_1130" id="nr_Nota_902419_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1140" id="ci_AlunoAvaliacao_902419_1140" value="78719704" type="hidden">
                <input name="nr_Nota_902419_1140" id="nr_Nota_902419_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1200" id="ci_AlunoAvaliacao_902419_1200" value="77354344" type="hidden">
                <input name="nr_Nota_902419_1200" id="nr_Nota_902419_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1620" id="ci_AlunoAvaliacao_902419_1620" value="79776617" type="hidden">
                <input name="nr_Nota_902419_1620" id="nr_Nota_902419_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1730" id="ci_AlunoAvaliacao_902419_1730" value="77687821" type="hidden">
                <input name="nr_Nota_902419_1730" id="nr_Nota_902419_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167685&nbsp;WILLIAM SILVA BRAGA
              <input id="cd_Aluno_44" name="cd_Aluno_44" value="1167685" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167685_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_154" id="ci_AlunoAvaliacao_1167685_154" value="78720687" type="hidden">
                <input name="nr_Nota_1167685_154" id="nr_Nota_1167685_154" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_160" id="ci_AlunoAvaliacao_1167685_160" value="78720231" type="hidden">
                <input name="nr_Nota_1167685_160" id="nr_Nota_1167685_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_530" id="ci_AlunoAvaliacao_1167685_530" value="78722391" type="hidden">
                <input name="nr_Nota_1167685_530" id="nr_Nota_1167685_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_780" id="ci_AlunoAvaliacao_1167685_780" value="79310402" type="hidden">
                <input name="nr_Nota_1167685_780" id="nr_Nota_1167685_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_800" id="ci_AlunoAvaliacao_1167685_800" value="78719233" type="hidden">
                <input name="nr_Nota_1167685_800" id="nr_Nota_1167685_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_890" id="ci_AlunoAvaliacao_1167685_890" value="78721493" type="hidden">
                <input name="nr_Nota_1167685_890" id="nr_Nota_1167685_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_970" id="ci_AlunoAvaliacao_1167685_970" value="78718918" type="hidden">
                <input name="nr_Nota_1167685_970" id="nr_Nota_1167685_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_3330" id="ci_AlunoAvaliacao_1167685_3330" value="78722205" type="hidden">
                <input name="nr_Nota_1167685_3330" id="nr_Nota_1167685_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1130" id="ci_AlunoAvaliacao_1167685_1130" value="78721098" type="hidden">
                <input name="nr_Nota_1167685_1130" id="nr_Nota_1167685_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1140" id="ci_AlunoAvaliacao_1167685_1140" value="78719705" type="hidden">
                <input name="nr_Nota_1167685_1140" id="nr_Nota_1167685_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1200" id="ci_AlunoAvaliacao_1167685_1200" value="77354345" type="hidden">
                <input name="nr_Nota_1167685_1200" id="nr_Nota_1167685_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1620" id="ci_AlunoAvaliacao_1167685_1620" value="79776618" type="hidden">
                <input name="nr_Nota_1167685_1620" id="nr_Nota_1167685_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1730" id="ci_AlunoAvaliacao_1167685_1730" value="77687822" type="hidden">
                <input name="nr_Nota_1167685_1730" id="nr_Nota_1167685_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: none; top: 95px; left: 567px;" id="tooltip"><h3>FISICA</h3><div class="body">ADRIA CARMOSINA FERREIRA DA SILVA LIMA</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>